Uses of Class
software.amazon.awssdk.services.datazone.model.GetEnvironmentBlueprintConfigurationResponse
-
Packages that use GetEnvironmentBlueprintConfigurationResponse 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 GetEnvironmentBlueprintConfigurationResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return GetEnvironmentBlueprintConfigurationResponse Modifier and Type Method Description default GetEnvironmentBlueprintConfigurationResponseDataZoneClient. getEnvironmentBlueprintConfiguration(Consumer<GetEnvironmentBlueprintConfigurationRequest.Builder> getEnvironmentBlueprintConfigurationRequest)Gets the blueprint configuration in Amazon DataZone.default GetEnvironmentBlueprintConfigurationResponseDataZoneClient. getEnvironmentBlueprintConfiguration(GetEnvironmentBlueprintConfigurationRequest getEnvironmentBlueprintConfigurationRequest)Gets the blueprint configuration in Amazon DataZone.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type GetEnvironmentBlueprintConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetEnvironmentBlueprintConfigurationResponse>DataZoneAsyncClient. getEnvironmentBlueprintConfiguration(Consumer<GetEnvironmentBlueprintConfigurationRequest.Builder> getEnvironmentBlueprintConfigurationRequest)Gets the blueprint configuration in Amazon DataZone.default CompletableFuture<GetEnvironmentBlueprintConfigurationResponse>DataZoneAsyncClient. getEnvironmentBlueprintConfiguration(GetEnvironmentBlueprintConfigurationRequest getEnvironmentBlueprintConfigurationRequest)Gets the blueprint configuration in Amazon DataZone.
-