Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.ListPolicyAttachmentsResponse.Builder
-
Packages that use ListPolicyAttachmentsResponse.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of ListPolicyAttachmentsResponse.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return ListPolicyAttachmentsResponse.Builder Modifier and Type Method Description static ListPolicyAttachmentsResponse.BuilderListPolicyAttachmentsResponse. builder()ListPolicyAttachmentsResponse.BuilderListPolicyAttachmentsResponse.Builder. nextToken(String nextToken)The pagination token.ListPolicyAttachmentsResponse.BuilderListPolicyAttachmentsResponse.Builder. objectIdentifiers(String... objectIdentifiers)A list ofObjectIdentifiersto which the policy is attached.ListPolicyAttachmentsResponse.BuilderListPolicyAttachmentsResponse.Builder. objectIdentifiers(Collection<String> objectIdentifiers)A list ofObjectIdentifiersto which the policy is attached.ListPolicyAttachmentsResponse.BuilderListPolicyAttachmentsResponse. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type ListPolicyAttachmentsResponse.Builder Modifier and Type Method Description static Class<? extends ListPolicyAttachmentsResponse.Builder>ListPolicyAttachmentsResponse. serializableBuilderClass()
-