Uses of Interface
software.amazon.awssdk.services.redshift.model.AuthorizeEndpointAccessRequest.Builder
-
Packages that use AuthorizeEndpointAccessRequest.Builder Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.model -
-
Uses of AuthorizeEndpointAccessRequest.Builder in software.amazon.awssdk.services.redshift
Method parameters in software.amazon.awssdk.services.redshift with type arguments of type AuthorizeEndpointAccessRequest.Builder Modifier and Type Method Description default CompletableFuture<AuthorizeEndpointAccessResponse>RedshiftAsyncClient. authorizeEndpointAccess(Consumer<AuthorizeEndpointAccessRequest.Builder> authorizeEndpointAccessRequest)Grants access to a cluster.default AuthorizeEndpointAccessResponseRedshiftClient. authorizeEndpointAccess(Consumer<AuthorizeEndpointAccessRequest.Builder> authorizeEndpointAccessRequest)Grants access to a cluster. -
Uses of AuthorizeEndpointAccessRequest.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return AuthorizeEndpointAccessRequest.Builder Modifier and Type Method Description AuthorizeEndpointAccessRequest.BuilderAuthorizeEndpointAccessRequest.Builder. account(String account)The Amazon Web Services account ID to grant access to.static AuthorizeEndpointAccessRequest.BuilderAuthorizeEndpointAccessRequest. builder()AuthorizeEndpointAccessRequest.BuilderAuthorizeEndpointAccessRequest.Builder. clusterIdentifier(String clusterIdentifier)The cluster identifier of the cluster to grant access to.AuthorizeEndpointAccessRequest.BuilderAuthorizeEndpointAccessRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AuthorizeEndpointAccessRequest.BuilderAuthorizeEndpointAccessRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AuthorizeEndpointAccessRequest.BuilderAuthorizeEndpointAccessRequest. toBuilder()AuthorizeEndpointAccessRequest.BuilderAuthorizeEndpointAccessRequest.Builder. vpcIds(String... vpcIds)The virtual private cloud (VPC) identifiers to grant access to.AuthorizeEndpointAccessRequest.BuilderAuthorizeEndpointAccessRequest.Builder. vpcIds(Collection<String> vpcIds)The virtual private cloud (VPC) identifiers to grant access to.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type AuthorizeEndpointAccessRequest.Builder Modifier and Type Method Description static Class<? extends AuthorizeEndpointAccessRequest.Builder>AuthorizeEndpointAccessRequest. serializableBuilderClass()
-