Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.ListCrossAccountAttachmentsResponse
-
Packages that use ListCrossAccountAttachmentsResponse Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator software.amazon.awssdk.services.globalaccelerator.paginators -
-
Uses of ListCrossAccountAttachmentsResponse in software.amazon.awssdk.services.globalaccelerator
Methods in software.amazon.awssdk.services.globalaccelerator that return ListCrossAccountAttachmentsResponse Modifier and Type Method Description default ListCrossAccountAttachmentsResponseGlobalAcceleratorClient. listCrossAccountAttachments(Consumer<ListCrossAccountAttachmentsRequest.Builder> listCrossAccountAttachmentsRequest)List the cross-account attachments that have been created in Global Accelerator.default ListCrossAccountAttachmentsResponseGlobalAcceleratorClient. listCrossAccountAttachments(ListCrossAccountAttachmentsRequest listCrossAccountAttachmentsRequest)List the cross-account attachments that have been created in Global Accelerator.Methods in software.amazon.awssdk.services.globalaccelerator that return types with arguments of type ListCrossAccountAttachmentsResponse Modifier and Type Method Description default CompletableFuture<ListCrossAccountAttachmentsResponse>GlobalAcceleratorAsyncClient. listCrossAccountAttachments(Consumer<ListCrossAccountAttachmentsRequest.Builder> listCrossAccountAttachmentsRequest)List the cross-account attachments that have been created in Global Accelerator.default CompletableFuture<ListCrossAccountAttachmentsResponse>GlobalAcceleratorAsyncClient. listCrossAccountAttachments(ListCrossAccountAttachmentsRequest listCrossAccountAttachmentsRequest)List the cross-account attachments that have been created in Global Accelerator. -
Uses of ListCrossAccountAttachmentsResponse in software.amazon.awssdk.services.globalaccelerator.paginators
Methods in software.amazon.awssdk.services.globalaccelerator.paginators that return types with arguments of type ListCrossAccountAttachmentsResponse Modifier and Type Method Description Iterator<ListCrossAccountAttachmentsResponse>ListCrossAccountAttachmentsIterable. iterator()Method parameters in software.amazon.awssdk.services.globalaccelerator.paginators with type arguments of type ListCrossAccountAttachmentsResponse Modifier and Type Method Description voidListCrossAccountAttachmentsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCrossAccountAttachmentsResponse> subscriber)
-