Uses of Interface
software.amazon.awssdk.services.datazone.model.UpdateEnvironmentRequest.Builder
-
Packages that use UpdateEnvironmentRequest.Builder 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.software.amazon.awssdk.services.datazone.model -
-
Uses of UpdateEnvironmentRequest.Builder in software.amazon.awssdk.services.datazone
Method parameters in software.amazon.awssdk.services.datazone with type arguments of type UpdateEnvironmentRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateEnvironmentResponse>DataZoneAsyncClient. updateEnvironment(Consumer<UpdateEnvironmentRequest.Builder> updateEnvironmentRequest)Updates the specified environment in Amazon DataZone.default UpdateEnvironmentResponseDataZoneClient. updateEnvironment(Consumer<UpdateEnvironmentRequest.Builder> updateEnvironmentRequest)Updates the specified environment in Amazon DataZone. -
Uses of UpdateEnvironmentRequest.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return UpdateEnvironmentRequest.Builder Modifier and Type Method Description static UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest. builder()UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. description(String description)The description to be updated as part of theUpdateEnvironmentaction.UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. domainIdentifier(String domainIdentifier)The identifier of the domain in which the environment is to be updated.UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. glossaryTerms(String... glossaryTerms)The glossary terms to be updated as part of theUpdateEnvironmentaction.UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. glossaryTerms(Collection<String> glossaryTerms)The glossary terms to be updated as part of theUpdateEnvironmentaction.UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. identifier(String identifier)The identifier of the environment that is to be updated.UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. name(String name)The name to be updated as part of theUpdateEnvironmentaction.UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type UpdateEnvironmentRequest.Builder Modifier and Type Method Description static Class<? extends UpdateEnvironmentRequest.Builder>UpdateEnvironmentRequest. serializableBuilderClass()
-