Uses of Class
software.amazon.awssdk.services.datazone.model.PutEnvironmentBlueprintConfigurationResponse
-
Packages that use PutEnvironmentBlueprintConfigurationResponse Package Description software.amazon.awssdk.services.datazone Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your data. -
-
Uses of PutEnvironmentBlueprintConfigurationResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return PutEnvironmentBlueprintConfigurationResponse Modifier and Type Method Description default PutEnvironmentBlueprintConfigurationResponseDataZoneClient. putEnvironmentBlueprintConfiguration(Consumer<PutEnvironmentBlueprintConfigurationRequest.Builder> putEnvironmentBlueprintConfigurationRequest)Writes the configuration for the specified environment blueprint in Amazon DataZone.default PutEnvironmentBlueprintConfigurationResponseDataZoneClient. putEnvironmentBlueprintConfiguration(PutEnvironmentBlueprintConfigurationRequest putEnvironmentBlueprintConfigurationRequest)Writes the configuration for the specified environment blueprint in Amazon DataZone.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type PutEnvironmentBlueprintConfigurationResponse Modifier and Type Method Description default CompletableFuture<PutEnvironmentBlueprintConfigurationResponse>DataZoneAsyncClient. putEnvironmentBlueprintConfiguration(Consumer<PutEnvironmentBlueprintConfigurationRequest.Builder> putEnvironmentBlueprintConfigurationRequest)Writes the configuration for the specified environment blueprint in Amazon DataZone.default CompletableFuture<PutEnvironmentBlueprintConfigurationResponse>DataZoneAsyncClient. putEnvironmentBlueprintConfiguration(PutEnvironmentBlueprintConfigurationRequest putEnvironmentBlueprintConfigurationRequest)Writes the configuration for the specified environment blueprint in Amazon DataZone.
-