Uses of Class
software.amazon.awssdk.services.clouddirectory.model.BatchListObjectParentPathsResponse
-
Packages that use BatchListObjectParentPathsResponse Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchListObjectParentPathsResponse in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchListObjectParentPathsResponse Modifier and Type Method Description BatchListObjectParentPathsResponseBatchReadSuccessfulResponse. listObjectParentPaths()Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects.Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type BatchListObjectParentPathsResponse Modifier and Type Method Description BatchReadSuccessfulResponse.BuilderBatchReadSuccessfulResponse.Builder. listObjectParentPaths(BatchListObjectParentPathsResponse listObjectParentPaths)Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects.
-