Uses of Class
software.amazon.awssdk.services.storagegateway.model.CacheAttributes
-
Packages that use CacheAttributes Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of CacheAttributes in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return CacheAttributes Modifier and Type Method Description CacheAttributesAssociateFileSystemRequest. cacheAttributes()Returns the value of the CacheAttributes property for this object.CacheAttributesCreateNfsFileShareRequest. cacheAttributes()Specifies refresh cache information for the file share.CacheAttributesCreateSmbFileShareRequest. cacheAttributes()Specifies refresh cache information for the file share.CacheAttributesFileSystemAssociationInfo. cacheAttributes()Returns the value of the CacheAttributes property for this object.CacheAttributesNFSFileShareInfo. cacheAttributes()Refresh cache information for the file share.CacheAttributesSMBFileShareInfo. cacheAttributes()Refresh cache information for the file share.CacheAttributesUpdateFileSystemAssociationRequest. cacheAttributes()Returns the value of the CacheAttributes property for this object.CacheAttributesUpdateNfsFileShareRequest. cacheAttributes()Specifies refresh cache information for the file share.CacheAttributesUpdateSmbFileShareRequest. cacheAttributes()Specifies refresh cache information for the file share.Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type CacheAttributes Modifier and Type Method Description AssociateFileSystemRequest.BuilderAssociateFileSystemRequest.Builder. cacheAttributes(CacheAttributes cacheAttributes)Sets the value of the CacheAttributes property for this object.CreateNfsFileShareRequest.BuilderCreateNfsFileShareRequest.Builder. cacheAttributes(CacheAttributes cacheAttributes)Specifies refresh cache information for the file share.CreateSmbFileShareRequest.BuilderCreateSmbFileShareRequest.Builder. cacheAttributes(CacheAttributes cacheAttributes)Specifies refresh cache information for the file share.FileSystemAssociationInfo.BuilderFileSystemAssociationInfo.Builder. cacheAttributes(CacheAttributes cacheAttributes)Sets the value of the CacheAttributes property for this object.NFSFileShareInfo.BuilderNFSFileShareInfo.Builder. cacheAttributes(CacheAttributes cacheAttributes)Refresh cache information for the file share.SMBFileShareInfo.BuilderSMBFileShareInfo.Builder. cacheAttributes(CacheAttributes cacheAttributes)Refresh cache information for the file share.UpdateFileSystemAssociationRequest.BuilderUpdateFileSystemAssociationRequest.Builder. cacheAttributes(CacheAttributes cacheAttributes)Sets the value of the CacheAttributes property for this object.UpdateNfsFileShareRequest.BuilderUpdateNfsFileShareRequest.Builder. cacheAttributes(CacheAttributes cacheAttributes)Specifies refresh cache information for the file share.UpdateSmbFileShareRequest.BuilderUpdateSmbFileShareRequest.Builder. cacheAttributes(CacheAttributes cacheAttributes)Specifies refresh cache information for the file share.
-