Uses of Class
software.amazon.awssdk.services.datazone.model.AssociateEnvironmentRoleResponse
-
Packages that use AssociateEnvironmentRoleResponse 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 AssociateEnvironmentRoleResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return AssociateEnvironmentRoleResponse Modifier and Type Method Description default AssociateEnvironmentRoleResponseDataZoneClient. associateEnvironmentRole(Consumer<AssociateEnvironmentRoleRequest.Builder> associateEnvironmentRoleRequest)Associates the environment role in Amazon DataZone.default AssociateEnvironmentRoleResponseDataZoneClient. associateEnvironmentRole(AssociateEnvironmentRoleRequest associateEnvironmentRoleRequest)Associates the environment role in Amazon DataZone.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type AssociateEnvironmentRoleResponse Modifier and Type Method Description default CompletableFuture<AssociateEnvironmentRoleResponse>DataZoneAsyncClient. associateEnvironmentRole(Consumer<AssociateEnvironmentRoleRequest.Builder> associateEnvironmentRoleRequest)Associates the environment role in Amazon DataZone.default CompletableFuture<AssociateEnvironmentRoleResponse>DataZoneAsyncClient. associateEnvironmentRole(AssociateEnvironmentRoleRequest associateEnvironmentRoleRequest)Associates the environment role in Amazon DataZone.
-