Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.Resource
-
Packages that use Resource Package Description software.amazon.awssdk.services.globalaccelerator.model -
-
Uses of Resource in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type Resource Modifier and Type Method Description List<Resource>UpdateCrossAccountAttachmentRequest. addResources()The resources to add to the cross-account attachment.List<Resource>UpdateCrossAccountAttachmentRequest. removeResources()The resources to remove from the cross-account attachment.List<Resource>Attachment. resources()The resources included in the cross-account attachment.List<Resource>CreateCrossAccountAttachmentRequest. resources()The Amazon Resource Names (ARNs) for the resources to include in the cross-account attachment.Methods in software.amazon.awssdk.services.globalaccelerator.model with parameters of type Resource Modifier and Type Method Description UpdateCrossAccountAttachmentRequest.BuilderUpdateCrossAccountAttachmentRequest.Builder. addResources(Resource... addResources)The resources to add to the cross-account attachment.UpdateCrossAccountAttachmentRequest.BuilderUpdateCrossAccountAttachmentRequest.Builder. removeResources(Resource... removeResources)The resources to remove from the cross-account attachment.Attachment.BuilderAttachment.Builder. resources(Resource... resources)The resources included in the cross-account attachment.CreateCrossAccountAttachmentRequest.BuilderCreateCrossAccountAttachmentRequest.Builder. resources(Resource... resources)The Amazon Resource Names (ARNs) for the resources to include in the cross-account attachment.Method parameters in software.amazon.awssdk.services.globalaccelerator.model with type arguments of type Resource Modifier and Type Method Description UpdateCrossAccountAttachmentRequest.BuilderUpdateCrossAccountAttachmentRequest.Builder. addResources(Collection<Resource> addResources)The resources to add to the cross-account attachment.UpdateCrossAccountAttachmentRequest.BuilderUpdateCrossAccountAttachmentRequest.Builder. removeResources(Collection<Resource> removeResources)The resources to remove from the cross-account attachment.Attachment.BuilderAttachment.Builder. resources(Collection<Resource> resources)The resources included in the cross-account attachment.CreateCrossAccountAttachmentRequest.BuilderCreateCrossAccountAttachmentRequest.Builder. resources(Collection<Resource> resources)The Amazon Resource Names (ARNs) for the resources to include in the cross-account attachment.
-