Uses of Class
software.amazon.awssdk.services.opsworks.model.GrantAccessRequest
-
Packages that use GrantAccessRequest Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks software.amazon.awssdk.services.opsworks.transform -
-
Uses of GrantAccessRequest in software.amazon.awssdk.services.opsworks
Methods in software.amazon.awssdk.services.opsworks with parameters of type GrantAccessRequest Modifier and Type Method Description default CompletableFuture<GrantAccessResponse>OpsWorksAsyncClient. grantAccess(GrantAccessRequest grantAccessRequest)default GrantAccessResponseOpsWorksClient. grantAccess(GrantAccessRequest grantAccessRequest) -
Uses of GrantAccessRequest in software.amazon.awssdk.services.opsworks.transform
Methods in software.amazon.awssdk.services.opsworks.transform with parameters of type GrantAccessRequest Modifier and Type Method Description SdkHttpFullRequestGrantAccessRequestMarshaller. marshall(GrantAccessRequest grantAccessRequest)
-