Uses of Class
software.amazon.awssdk.services.s3control.model.ListAccessGrantsLocationsResponse
-
Packages that use ListAccessGrantsLocationsResponse Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.software.amazon.awssdk.services.s3control.paginators -
-
Uses of ListAccessGrantsLocationsResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return ListAccessGrantsLocationsResponse Modifier and Type Method Description default ListAccessGrantsLocationsResponseS3ControlClient. listAccessGrantsLocations(Consumer<ListAccessGrantsLocationsRequest.Builder> listAccessGrantsLocationsRequest)Returns a list of the locations registered in your S3 Access Grants instance.default ListAccessGrantsLocationsResponseS3ControlClient. listAccessGrantsLocations(ListAccessGrantsLocationsRequest listAccessGrantsLocationsRequest)Returns a list of the locations registered in your S3 Access Grants instance.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type ListAccessGrantsLocationsResponse Modifier and Type Method Description default CompletableFuture<ListAccessGrantsLocationsResponse>S3ControlAsyncClient. listAccessGrantsLocations(Consumer<ListAccessGrantsLocationsRequest.Builder> listAccessGrantsLocationsRequest)Returns a list of the locations registered in your S3 Access Grants instance.default CompletableFuture<ListAccessGrantsLocationsResponse>S3ControlAsyncClient. listAccessGrantsLocations(ListAccessGrantsLocationsRequest listAccessGrantsLocationsRequest)Returns a list of the locations registered in your S3 Access Grants instance. -
Uses of ListAccessGrantsLocationsResponse in software.amazon.awssdk.services.s3control.paginators
Methods in software.amazon.awssdk.services.s3control.paginators that return types with arguments of type ListAccessGrantsLocationsResponse Modifier and Type Method Description Iterator<ListAccessGrantsLocationsResponse>ListAccessGrantsLocationsIterable. iterator()Method parameters in software.amazon.awssdk.services.s3control.paginators with type arguments of type ListAccessGrantsLocationsResponse Modifier and Type Method Description voidListAccessGrantsLocationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAccessGrantsLocationsResponse> subscriber)
-