Uses of Class
software.amazon.awssdk.services.dynamodb.model.PutResourcePolicyResponse
Packages that use PutResourcePolicyResponse
-
Uses of PutResourcePolicyResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return PutResourcePolicyResponseModifier and TypeMethodDescriptiondefault PutResourcePolicyResponseDynamoDbClient.putResourcePolicy(Consumer<PutResourcePolicyRequest.Builder> putResourcePolicyRequest) Attaches a resource-based policy document to the resource, which can be a table or stream.default PutResourcePolicyResponseDynamoDbClient.putResourcePolicy(PutResourcePolicyRequest putResourcePolicyRequest) Attaches a resource-based policy document to the resource, which can be a table or stream.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type PutResourcePolicyResponseModifier and TypeMethodDescriptionDynamoDbAsyncClient.putResourcePolicy(Consumer<PutResourcePolicyRequest.Builder> putResourcePolicyRequest) Attaches a resource-based policy document to the resource, which can be a table or stream.DynamoDbAsyncClient.putResourcePolicy(PutResourcePolicyRequest putResourcePolicyRequest) Attaches a resource-based policy document to the resource, which can be a table or stream.