Interface SpringService

    • Method Detail

      • sku

        Sku sku()
        Returns:
        Sku of the service
      • apps

        SpringApps apps()
        Returns:
        the entry point of the spring app
      • listTestKeys

        TestKeys listTestKeys()
        Lists test keys for the service.
        Returns:
        all test keys
      • listTestKeysAsync

        Mono<TestKeys> listTestKeysAsync()
        Lists test keys for the service.
        Returns:
        all test keys
      • regenerateTestKeys

        TestKeys regenerateTestKeys​(TestKeyType keyType)
        Regenerates a test key for the Service.
        Parameters:
        keyType - the type of the regenerated key
        Returns:
        all test keys
      • regenerateTestKeysAsync

        Mono<TestKeys> regenerateTestKeysAsync​(TestKeyType keyType)
        Regenerates a test key for the Service.
        Parameters:
        keyType - the type of the regenerated key
        Returns:
        all test keys
      • disableTestEndpoint

        void disableTestEndpoint()
        Disables the test endpoint for the service.
      • disableTestEndpointAsync

        Mono<Void> disableTestEndpointAsync()
        Disables the test endpoint for the service.
        Returns:
        null
      • enableTestEndpoint

        TestKeys enableTestEndpoint()
        Enables the test endpoint for the service.
        Returns:
        all test keys
      • enableTestEndpointAsync

        Mono<TestKeys> enableTestEndpointAsync()
        Enables the test endpoint for the service.
        Returns:
        all test keys