Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchLookupPolicyResponse.Builder
-
Packages that use BatchLookupPolicyResponse.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchLookupPolicyResponse.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchLookupPolicyResponse.Builder Modifier and Type Method Description static BatchLookupPolicyResponse.BuilderBatchLookupPolicyResponse. builder()BatchLookupPolicyResponse.BuilderBatchLookupPolicyResponse.Builder. nextToken(String nextToken)The pagination token.BatchLookupPolicyResponse.BuilderBatchLookupPolicyResponse.Builder. policyToPathList(Collection<PolicyToPath> policyToPathList)Provides list of path to policies.BatchLookupPolicyResponse.BuilderBatchLookupPolicyResponse.Builder. policyToPathList(Consumer<PolicyToPath.Builder>... policyToPathList)Provides list of path to policies.BatchLookupPolicyResponse.BuilderBatchLookupPolicyResponse.Builder. policyToPathList(PolicyToPath... policyToPathList)Provides list of path to policies.BatchLookupPolicyResponse.BuilderBatchLookupPolicyResponse. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchLookupPolicyResponse.Builder Modifier and Type Method Description static Class<? extends BatchLookupPolicyResponse.Builder>BatchLookupPolicyResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchLookupPolicyResponse.Builder Modifier and Type Method Description default BatchReadSuccessfulResponse.BuilderBatchReadSuccessfulResponse.Builder. lookupPolicy(Consumer<BatchLookupPolicyResponse.Builder> lookupPolicy)Lists all policies from the root of the Directory to the object specified.
-