Uses of Class
software.amazon.awssdk.services.redshift.model.ModifyClusterIamRolesResponse
-
Packages that use ModifyClusterIamRolesResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of ModifyClusterIamRolesResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return ModifyClusterIamRolesResponse Modifier and Type Method Description default ModifyClusterIamRolesResponseRedshiftClient. modifyClusterIamRoles(Consumer<ModifyClusterIamRolesRequest.Builder> 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.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type ModifyClusterIamRolesResponse Modifier and Type Method Description default CompletableFuture<ModifyClusterIamRolesResponse>RedshiftAsyncClient. modifyClusterIamRoles(Consumer<ModifyClusterIamRolesRequest.Builder> 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 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.
-