| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
static CacheAttributes.Builder |
CacheAttributes.builder() |
CacheAttributes.Builder |
CacheAttributes.Builder.cacheStaleTimeoutInSeconds(Integer cacheStaleTimeoutInSeconds)
Refreshes a file share's cache by using Time To Live (TTL).
|
CacheAttributes.Builder |
CacheAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CacheAttributes.Builder> |
CacheAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FileSystemAssociationInfo.Builder |
FileSystemAssociationInfo.Builder.cacheAttributes(Consumer<CacheAttributes.Builder> cacheAttributes)
Sets the value of the CacheAttributes property for this object.
|
default UpdateNfsFileShareRequest.Builder |
UpdateNfsFileShareRequest.Builder.cacheAttributes(Consumer<CacheAttributes.Builder> cacheAttributes)
Specifies refresh cache information for the file share.
|
default UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.cacheAttributes(Consumer<CacheAttributes.Builder> cacheAttributes)
Specifies refresh cache information for the file share.
|
default NFSFileShareInfo.Builder |
NFSFileShareInfo.Builder.cacheAttributes(Consumer<CacheAttributes.Builder> cacheAttributes)
Refresh cache information for the file share.
|
default UpdateFileSystemAssociationRequest.Builder |
UpdateFileSystemAssociationRequest.Builder.cacheAttributes(Consumer<CacheAttributes.Builder> cacheAttributes)
Sets the value of the CacheAttributes property for this object.
|
default CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.cacheAttributes(Consumer<CacheAttributes.Builder> cacheAttributes)
Specifies refresh cache information for the file share.
|
default SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.cacheAttributes(Consumer<CacheAttributes.Builder> cacheAttributes)
Refresh cache information for the file share.
|
default AssociateFileSystemRequest.Builder |
AssociateFileSystemRequest.Builder.cacheAttributes(Consumer<CacheAttributes.Builder> cacheAttributes)
Sets the value of the CacheAttributes property for this object.
|
default CreateNfsFileShareRequest.Builder |
CreateNfsFileShareRequest.Builder.cacheAttributes(Consumer<CacheAttributes.Builder> cacheAttributes)
Specifies refresh cache information for the file share.
|
Copyright © 2023. All rights reserved.