Uses of Class
software.amazon.awssdk.services.redshift.model.AuthorizationAlreadyExistsException
-
Packages that use AuthorizationAlreadyExistsException Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of AuthorizationAlreadyExistsException in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that throw AuthorizationAlreadyExistsException Modifier and Type Method Description default AuthorizeClusterSecurityGroupIngressResponseRedshiftClient. authorizeClusterSecurityGroupIngress(Consumer<AuthorizeClusterSecurityGroupIngressRequest.Builder> authorizeClusterSecurityGroupIngressRequest)Adds an inbound (ingress) rule to an Amazon Redshift security group.default AuthorizeClusterSecurityGroupIngressResponseRedshiftClient. authorizeClusterSecurityGroupIngress(AuthorizeClusterSecurityGroupIngressRequest authorizeClusterSecurityGroupIngressRequest)Adds an inbound (ingress) rule to an Amazon Redshift security group.default AuthorizeSnapshotAccessResponseRedshiftClient. authorizeSnapshotAccess(Consumer<AuthorizeSnapshotAccessRequest.Builder> authorizeSnapshotAccessRequest)Authorizes the specified Amazon Web Services account to restore the specified snapshot.default AuthorizeSnapshotAccessResponseRedshiftClient. authorizeSnapshotAccess(AuthorizeSnapshotAccessRequest authorizeSnapshotAccessRequest)Authorizes the specified Amazon Web Services account to restore the specified snapshot.
-