Uses of Class
software.amazon.awssdk.services.s3control.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of Tag in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateAccessGrantRequest. tags()The Amazon Web Services resource tags that you are adding to the access grant.List<Tag>CreateAccessGrantsInstanceRequest. tags()The Amazon Web Services resource tags that you are adding to the S3 Access Grants instance.List<Tag>CreateAccessGrantsLocationRequest. tags()The Amazon Web Services resource tags that you are adding to the S3 Access Grants location.List<Tag>CreateStorageLensGroupRequest. tags()The Amazon Web Services resource tags that you're adding to your Storage Lens group.List<Tag>ListTagsForResourceResponse. tags()The Amazon Web Services resource tags that are associated with the resource.List<Tag>TagResourceRequest. tags()The Amazon Web Services resource tags that you want to add to the specified S3 resource.Methods in software.amazon.awssdk.services.s3control.model with parameters of type Tag Modifier and Type Method Description CreateAccessGrantRequest.BuilderCreateAccessGrantRequest.Builder. tags(Tag... tags)The Amazon Web Services resource tags that you are adding to the access grant.CreateAccessGrantsInstanceRequest.BuilderCreateAccessGrantsInstanceRequest.Builder. tags(Tag... tags)The Amazon Web Services resource tags that you are adding to the S3 Access Grants instance.CreateAccessGrantsLocationRequest.BuilderCreateAccessGrantsLocationRequest.Builder. tags(Tag... tags)The Amazon Web Services resource tags that you are adding to the S3 Access Grants location.CreateStorageLensGroupRequest.BuilderCreateStorageLensGroupRequest.Builder. tags(Tag... tags)The Amazon Web Services resource tags that you're adding to your Storage Lens group.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The Amazon Web Services resource tags that are associated with the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The Amazon Web Services resource tags that you want to add to the specified S3 resource.Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type Tag Modifier and Type Method Description CreateAccessGrantRequest.BuilderCreateAccessGrantRequest.Builder. tags(Collection<Tag> tags)The Amazon Web Services resource tags that you are adding to the access grant.CreateAccessGrantsInstanceRequest.BuilderCreateAccessGrantsInstanceRequest.Builder. tags(Collection<Tag> tags)The Amazon Web Services resource tags that you are adding to the S3 Access Grants instance.CreateAccessGrantsLocationRequest.BuilderCreateAccessGrantsLocationRequest.Builder. tags(Collection<Tag> tags)The Amazon Web Services resource tags that you are adding to the S3 Access Grants location.CreateStorageLensGroupRequest.BuilderCreateStorageLensGroupRequest.Builder. tags(Collection<Tag> tags)The Amazon Web Services resource tags that you're adding to your Storage Lens group.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The Amazon Web Services resource tags that are associated with the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The Amazon Web Services resource tags that you want to add to the specified S3 resource.
-