Uses of Class
software.amazon.awssdk.services.redshift.model.ModifyClusterIamRolesRequest
-
Packages that use ModifyClusterIamRolesRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.transform -
-
Uses of ModifyClusterIamRolesRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type ModifyClusterIamRolesRequest Modifier and Type Method Description default CompletableFuture<ModifyClusterIamRolesResponse>RedshiftAsyncClient. modifyClusterIamRoles(ModifyClusterIamRolesRequest modifyClusterIamRolesRequest)Modifies the list of Identity and Access Management (IAM) roles that can be used by the cluster to access other Amazon Web Services services.default ModifyClusterIamRolesResponseRedshiftClient. modifyClusterIamRoles(ModifyClusterIamRolesRequest modifyClusterIamRolesRequest)Modifies the list of Identity and Access Management (IAM) roles that can be used by the cluster to access other Amazon Web Services services. -
Uses of ModifyClusterIamRolesRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type ModifyClusterIamRolesRequest Modifier and Type Method Description SdkHttpFullRequestModifyClusterIamRolesRequestMarshaller. marshall(ModifyClusterIamRolesRequest modifyClusterIamRolesRequest)
-