Uses of Interface
software.amazon.awssdk.services.ram.model.ReplacePermissionAssociationsResponse.Builder
Packages that use ReplacePermissionAssociationsResponse.Builder
-
Uses of ReplacePermissionAssociationsResponse.Builder in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ReplacePermissionAssociationsResponse.BuilderModifier and TypeMethodDescriptionReplacePermissionAssociationsResponse.builder()ReplacePermissionAssociationsResponse.Builder.clientToken(String clientToken) The idempotency identifier associated with this request.ReplacePermissionAssociationsResponse.Builder.replacePermissionAssociationsWork(Consumer<ReplacePermissionAssociationsWork.Builder> replacePermissionAssociationsWork) Specifies a data structure that you can use to track the asynchronous tasks that RAM performs to complete this operation.ReplacePermissionAssociationsResponse.Builder.replacePermissionAssociationsWork(ReplacePermissionAssociationsWork replacePermissionAssociationsWork) Specifies a data structure that you can use to track the asynchronous tasks that RAM performs to complete this operation.ReplacePermissionAssociationsResponse.toBuilder()Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type ReplacePermissionAssociationsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReplacePermissionAssociationsResponse.Builder>ReplacePermissionAssociationsResponse.serializableBuilderClass()