Uses of Class
software.amazon.awssdk.services.kafka.model.GetClusterPolicyRequest
-
Packages that use GetClusterPolicyRequest Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster.software.amazon.awssdk.services.kafka.transform -
-
Uses of GetClusterPolicyRequest in software.amazon.awssdk.services.kafka
Methods in software.amazon.awssdk.services.kafka with parameters of type GetClusterPolicyRequest Modifier and Type Method Description default CompletableFuture<GetClusterPolicyResponse>KafkaAsyncClient. getClusterPolicy(GetClusterPolicyRequest getClusterPolicyRequest)Get the MSK cluster policy specified by the Amazon Resource Name (ARN) in the request.default GetClusterPolicyResponseKafkaClient. getClusterPolicy(GetClusterPolicyRequest getClusterPolicyRequest)Get the MSK cluster policy specified by the Amazon Resource Name (ARN) in the request. -
Uses of GetClusterPolicyRequest in software.amazon.awssdk.services.kafka.transform
Methods in software.amazon.awssdk.services.kafka.transform with parameters of type GetClusterPolicyRequest Modifier and Type Method Description SdkHttpFullRequestGetClusterPolicyRequestMarshaller. marshall(GetClusterPolicyRequest getClusterPolicyRequest)
-