Uses of Class
software.amazon.awssdk.services.redshift.model.CreateClusterParameterGroupRequest
-
Packages that use CreateClusterParameterGroupRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.transform -
-
Uses of CreateClusterParameterGroupRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type CreateClusterParameterGroupRequest Modifier and Type Method Description default CompletableFuture<CreateClusterParameterGroupResponse>RedshiftAsyncClient. createClusterParameterGroup(CreateClusterParameterGroupRequest createClusterParameterGroupRequest)Creates an Amazon Redshift parameter group.default CreateClusterParameterGroupResponseRedshiftClient. createClusterParameterGroup(CreateClusterParameterGroupRequest createClusterParameterGroupRequest)Creates an Amazon Redshift parameter group. -
Uses of CreateClusterParameterGroupRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type CreateClusterParameterGroupRequest Modifier and Type Method Description SdkHttpFullRequestCreateClusterParameterGroupRequestMarshaller. marshall(CreateClusterParameterGroupRequest createClusterParameterGroupRequest)
-