Skip navigation links
A B C D E F G H I L M N R S T U V W 

A

AbstractAWSOpsWorksCM - Class in com.amazonaws.services.opsworkscm
Abstract implementation of AWSOpsWorksCM.
AbstractAWSOpsWorksCM() - Constructor for class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCM
 
AbstractAWSOpsWorksCMAsync - Class in com.amazonaws.services.opsworkscm
Abstract implementation of AWSOpsWorksCMAsync.
AbstractAWSOpsWorksCMAsync() - Constructor for class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
AccountAttribute - Class in com.amazonaws.services.opsworkscm.model
Stores account attributes.
AccountAttribute() - Constructor for class com.amazonaws.services.opsworkscm.model.AccountAttribute
 
associateNode(AssociateNodeRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCM
 
associateNode(AssociateNodeRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCM
Associates a new node with the Chef server.
associateNode(AssociateNodeRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMClient
Associates a new node with the Chef server.
associateNodeAsync(AssociateNodeRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
associateNodeAsync(AssociateNodeRequest, AsyncHandler<AssociateNodeRequest, AssociateNodeResult>) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
associateNodeAsync(AssociateNodeRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Associates a new node with the Chef server.
associateNodeAsync(AssociateNodeRequest, AsyncHandler<AssociateNodeRequest, AssociateNodeResult>) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Associates a new node with the Chef server.
associateNodeAsync(AssociateNodeRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
associateNodeAsync(AssociateNodeRequest, AsyncHandler<AssociateNodeRequest, AssociateNodeResult>) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
AssociateNodeRequest - Class in com.amazonaws.services.opsworkscm.model
 
AssociateNodeRequest() - Constructor for class com.amazonaws.services.opsworkscm.model.AssociateNodeRequest
 
AssociateNodeResult - Class in com.amazonaws.services.opsworkscm.model
 
AssociateNodeResult() - Constructor for class com.amazonaws.services.opsworkscm.model.AssociateNodeResult
 
asyncBuilder() - Static method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
AWSOpsWorksCM - Interface in com.amazonaws.services.opsworkscm
Interface for accessing OpsWorksCM.
AWSOpsWorksCMAsync - Interface in com.amazonaws.services.opsworkscm
Interface for accessing OpsWorksCM asynchronously.
AWSOpsWorksCMAsyncClient - Class in com.amazonaws.services.opsworkscm
Client for accessing OpsWorksCM asynchronously.
AWSOpsWorksCMAsyncClient() - Constructor for class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
AWSOpsWorksCMAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
AWSOpsWorksCMAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
AWSOpsWorksCMAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
AWSOpsWorksCMAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
AWSOpsWorksCMAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
AWSOpsWorksCMAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
AWSOpsWorksCMAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
AWSOpsWorksCMAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
AWSOpsWorksCMAsyncClientBuilder - Class in com.amazonaws.services.opsworkscm
Fluent builder for AWSOpsWorksCMAsync.
AWSOpsWorksCMClient - Class in com.amazonaws.services.opsworkscm
Client for accessing OpsWorksCM.
AWSOpsWorksCMClient() - Constructor for class com.amazonaws.services.opsworkscm.AWSOpsWorksCMClient
AWSOpsWorksCMClient(ClientConfiguration) - Constructor for class com.amazonaws.services.opsworkscm.AWSOpsWorksCMClient
AWSOpsWorksCMClient(AWSCredentials) - Constructor for class com.amazonaws.services.opsworkscm.AWSOpsWorksCMClient
Deprecated.
use AwsClientBuilder.withCredentials(AWSCredentialsProvider) for example: AWSOpsWorksCMClientBuilder.standard().withCredentials(new AWSStaticCredentialsProvider(awsCredentials)).build();
AWSOpsWorksCMClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.opsworkscm.AWSOpsWorksCMClient
AWSOpsWorksCMClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.opsworkscm.AWSOpsWorksCMClient
AWSOpsWorksCMClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.opsworkscm.AWSOpsWorksCMClient
AWSOpsWorksCMClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.opsworkscm.AWSOpsWorksCMClient
AWSOpsWorksCMClientBuilder - Class in com.amazonaws.services.opsworkscm
Fluent builder for AWSOpsWorksCM.
AWSOpsWorksCMException - Exception in com.amazonaws.services.opsworkscm.model
Base exception for all service exceptions thrown by AWS OpsWorks for Chef Automate
AWSOpsWorksCMException(String) - Constructor for exception com.amazonaws.services.opsworkscm.model.AWSOpsWorksCMException
Constructs a new AWSOpsWorksCMException with the specified error message.

B

Backup - Class in com.amazonaws.services.opsworkscm.model
Describes a single backup.
Backup() - Constructor for class com.amazonaws.services.opsworkscm.model.Backup
 
BackupStatus - Enum in com.amazonaws.services.opsworkscm.model
 
BackupType - Enum in com.amazonaws.services.opsworkscm.model
 
build(AwsAsyncClientParams) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClientBuilder
Construct an asynchronous implementation of AWSOpsWorksCMAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMClientBuilder
Construct a synchronous implementation of AWSOpsWorksCM using the current builder configuration.
builder() - Static method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMClient
 

C

clone() - Method in class com.amazonaws.services.opsworkscm.model.AccountAttribute
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.AssociateNodeRequest
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.AssociateNodeResult
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.Backup
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.CreateBackupRequest
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.CreateBackupResult
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.CreateServerResult
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.DeleteBackupRequest
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.DeleteBackupResult
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.DeleteServerRequest
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.DeleteServerResult
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.DescribeAccountAttributesRequest
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.DescribeAccountAttributesResult
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.DescribeBackupsRequest
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.DescribeBackupsResult
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.DescribeEventsRequest
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.DescribeEventsResult
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.DescribeNodeAssociationStatusRequest
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.DescribeNodeAssociationStatusResult
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.DescribeServersRequest
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.DescribeServersResult
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.DisassociateNodeRequest
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.DisassociateNodeResult
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.EngineAttribute
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.RestoreServerRequest
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.RestoreServerResult
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.Server
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.ServerEvent
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.StartMaintenanceRequest
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.StartMaintenanceResult
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerEngineAttributesRequest
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerEngineAttributesResult
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerRequest
 
clone() - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerResult
 
com.amazonaws.services.opsworkscm - package com.amazonaws.services.opsworkscm
AWS OpsWorks for Chef Automate
com.amazonaws.services.opsworkscm.model - package com.amazonaws.services.opsworkscm.model
 
configFactory - Static variable in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMClient
Client configuration factory providing ClientConfigurations tailored to this client
createBackup(CreateBackupRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCM
 
createBackup(CreateBackupRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCM
Creates an application-level backup of a server.
createBackup(CreateBackupRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMClient
Creates an application-level backup of a server.
createBackupAsync(CreateBackupRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
createBackupAsync(CreateBackupRequest, AsyncHandler<CreateBackupRequest, CreateBackupResult>) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
createBackupAsync(CreateBackupRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Creates an application-level backup of a server.
createBackupAsync(CreateBackupRequest, AsyncHandler<CreateBackupRequest, CreateBackupResult>) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Creates an application-level backup of a server.
createBackupAsync(CreateBackupRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
createBackupAsync(CreateBackupRequest, AsyncHandler<CreateBackupRequest, CreateBackupResult>) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
CreateBackupRequest - Class in com.amazonaws.services.opsworkscm.model
 
CreateBackupRequest() - Constructor for class com.amazonaws.services.opsworkscm.model.CreateBackupRequest
 
CreateBackupResult - Class in com.amazonaws.services.opsworkscm.model
 
CreateBackupResult() - Constructor for class com.amazonaws.services.opsworkscm.model.CreateBackupResult
 
createServer(CreateServerRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCM
 
createServer(CreateServerRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCM
Creates and immedately starts a new server.
createServer(CreateServerRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMClient
Creates and immedately starts a new server.
createServerAsync(CreateServerRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
createServerAsync(CreateServerRequest, AsyncHandler<CreateServerRequest, CreateServerResult>) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
createServerAsync(CreateServerRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Creates and immedately starts a new server.
createServerAsync(CreateServerRequest, AsyncHandler<CreateServerRequest, CreateServerResult>) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Creates and immedately starts a new server.
createServerAsync(CreateServerRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
createServerAsync(CreateServerRequest, AsyncHandler<CreateServerRequest, CreateServerResult>) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
CreateServerRequest - Class in com.amazonaws.services.opsworkscm.model
 
CreateServerRequest() - Constructor for class com.amazonaws.services.opsworkscm.model.CreateServerRequest
 
CreateServerResult - Class in com.amazonaws.services.opsworkscm.model
 
CreateServerResult() - Constructor for class com.amazonaws.services.opsworkscm.model.CreateServerResult
 

D

defaultClient() - Static method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMClientBuilder
 
deleteBackup(DeleteBackupRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCM
 
deleteBackup(DeleteBackupRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCM
Deletes a backup.
deleteBackup(DeleteBackupRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMClient
Deletes a backup.
deleteBackupAsync(DeleteBackupRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
deleteBackupAsync(DeleteBackupRequest, AsyncHandler<DeleteBackupRequest, DeleteBackupResult>) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
deleteBackupAsync(DeleteBackupRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Deletes a backup.
deleteBackupAsync(DeleteBackupRequest, AsyncHandler<DeleteBackupRequest, DeleteBackupResult>) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Deletes a backup.
deleteBackupAsync(DeleteBackupRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
deleteBackupAsync(DeleteBackupRequest, AsyncHandler<DeleteBackupRequest, DeleteBackupResult>) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
DeleteBackupRequest - Class in com.amazonaws.services.opsworkscm.model
 
DeleteBackupRequest() - Constructor for class com.amazonaws.services.opsworkscm.model.DeleteBackupRequest
 
DeleteBackupResult - Class in com.amazonaws.services.opsworkscm.model
 
DeleteBackupResult() - Constructor for class com.amazonaws.services.opsworkscm.model.DeleteBackupResult
 
deleteServer(DeleteServerRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCM
 
deleteServer(DeleteServerRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCM
Deletes the server and the underlying AWS CloudFormation stack (including the server's EC2 instance).
deleteServer(DeleteServerRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMClient
Deletes the server and the underlying AWS CloudFormation stack (including the server's EC2 instance).
deleteServerAsync(DeleteServerRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
deleteServerAsync(DeleteServerRequest, AsyncHandler<DeleteServerRequest, DeleteServerResult>) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
deleteServerAsync(DeleteServerRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Deletes the server and the underlying AWS CloudFormation stack (including the server's EC2 instance).
deleteServerAsync(DeleteServerRequest, AsyncHandler<DeleteServerRequest, DeleteServerResult>) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Deletes the server and the underlying AWS CloudFormation stack (including the server's EC2 instance).
deleteServerAsync(DeleteServerRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
deleteServerAsync(DeleteServerRequest, AsyncHandler<DeleteServerRequest, DeleteServerResult>) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
DeleteServerRequest - Class in com.amazonaws.services.opsworkscm.model
 
DeleteServerRequest() - Constructor for class com.amazonaws.services.opsworkscm.model.DeleteServerRequest
 
DeleteServerResult - Class in com.amazonaws.services.opsworkscm.model
 
DeleteServerResult() - Constructor for class com.amazonaws.services.opsworkscm.model.DeleteServerResult
 
describeAccountAttributes(DescribeAccountAttributesRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCM
 
describeAccountAttributes(DescribeAccountAttributesRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCM
Describes your account attributes, and creates requests to increase limits before they are reached or exceeded.
describeAccountAttributes(DescribeAccountAttributesRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMClient
Describes your account attributes, and creates requests to increase limits before they are reached or exceeded.
describeAccountAttributesAsync(DescribeAccountAttributesRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
describeAccountAttributesAsync(DescribeAccountAttributesRequest, AsyncHandler<DescribeAccountAttributesRequest, DescribeAccountAttributesResult>) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
describeAccountAttributesAsync(DescribeAccountAttributesRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Describes your account attributes, and creates requests to increase limits before they are reached or exceeded.
describeAccountAttributesAsync(DescribeAccountAttributesRequest, AsyncHandler<DescribeAccountAttributesRequest, DescribeAccountAttributesResult>) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Describes your account attributes, and creates requests to increase limits before they are reached or exceeded.
describeAccountAttributesAsync(DescribeAccountAttributesRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
describeAccountAttributesAsync(DescribeAccountAttributesRequest, AsyncHandler<DescribeAccountAttributesRequest, DescribeAccountAttributesResult>) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
DescribeAccountAttributesRequest - Class in com.amazonaws.services.opsworkscm.model
 
DescribeAccountAttributesRequest() - Constructor for class com.amazonaws.services.opsworkscm.model.DescribeAccountAttributesRequest
 
DescribeAccountAttributesResult - Class in com.amazonaws.services.opsworkscm.model
 
DescribeAccountAttributesResult() - Constructor for class com.amazonaws.services.opsworkscm.model.DescribeAccountAttributesResult
 
describeBackups(DescribeBackupsRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCM
 
describeBackups(DescribeBackupsRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCM
Describes backups.
describeBackups(DescribeBackupsRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMClient
Describes backups.
describeBackupsAsync(DescribeBackupsRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
describeBackupsAsync(DescribeBackupsRequest, AsyncHandler<DescribeBackupsRequest, DescribeBackupsResult>) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
describeBackupsAsync(DescribeBackupsRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Describes backups.
describeBackupsAsync(DescribeBackupsRequest, AsyncHandler<DescribeBackupsRequest, DescribeBackupsResult>) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Describes backups.
describeBackupsAsync(DescribeBackupsRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
describeBackupsAsync(DescribeBackupsRequest, AsyncHandler<DescribeBackupsRequest, DescribeBackupsResult>) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
DescribeBackupsRequest - Class in com.amazonaws.services.opsworkscm.model
 
DescribeBackupsRequest() - Constructor for class com.amazonaws.services.opsworkscm.model.DescribeBackupsRequest
 
DescribeBackupsResult - Class in com.amazonaws.services.opsworkscm.model
 
DescribeBackupsResult() - Constructor for class com.amazonaws.services.opsworkscm.model.DescribeBackupsResult
 
describeEvents(DescribeEventsRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCM
 
describeEvents(DescribeEventsRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCM
Describes events for a specified server.
describeEvents(DescribeEventsRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMClient
Describes events for a specified server.
describeEventsAsync(DescribeEventsRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
describeEventsAsync(DescribeEventsRequest, AsyncHandler<DescribeEventsRequest, DescribeEventsResult>) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
describeEventsAsync(DescribeEventsRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Describes events for a specified server.
describeEventsAsync(DescribeEventsRequest, AsyncHandler<DescribeEventsRequest, DescribeEventsResult>) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Describes events for a specified server.
describeEventsAsync(DescribeEventsRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
describeEventsAsync(DescribeEventsRequest, AsyncHandler<DescribeEventsRequest, DescribeEventsResult>) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
DescribeEventsRequest - Class in com.amazonaws.services.opsworkscm.model
 
DescribeEventsRequest() - Constructor for class com.amazonaws.services.opsworkscm.model.DescribeEventsRequest
 
DescribeEventsResult - Class in com.amazonaws.services.opsworkscm.model
 
DescribeEventsResult() - Constructor for class com.amazonaws.services.opsworkscm.model.DescribeEventsResult
 
describeNodeAssociationStatus(DescribeNodeAssociationStatusRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCM
 
describeNodeAssociationStatus(DescribeNodeAssociationStatusRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCM
Returns the current status of an existing association or disassociation request.
describeNodeAssociationStatus(DescribeNodeAssociationStatusRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMClient
Returns the current status of an existing association or disassociation request.
describeNodeAssociationStatusAsync(DescribeNodeAssociationStatusRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
describeNodeAssociationStatusAsync(DescribeNodeAssociationStatusRequest, AsyncHandler<DescribeNodeAssociationStatusRequest, DescribeNodeAssociationStatusResult>) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
describeNodeAssociationStatusAsync(DescribeNodeAssociationStatusRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Returns the current status of an existing association or disassociation request.
describeNodeAssociationStatusAsync(DescribeNodeAssociationStatusRequest, AsyncHandler<DescribeNodeAssociationStatusRequest, DescribeNodeAssociationStatusResult>) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Returns the current status of an existing association or disassociation request.
describeNodeAssociationStatusAsync(DescribeNodeAssociationStatusRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
describeNodeAssociationStatusAsync(DescribeNodeAssociationStatusRequest, AsyncHandler<DescribeNodeAssociationStatusRequest, DescribeNodeAssociationStatusResult>) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
DescribeNodeAssociationStatusRequest - Class in com.amazonaws.services.opsworkscm.model
 
DescribeNodeAssociationStatusRequest() - Constructor for class com.amazonaws.services.opsworkscm.model.DescribeNodeAssociationStatusRequest
 
DescribeNodeAssociationStatusResult - Class in com.amazonaws.services.opsworkscm.model
 
DescribeNodeAssociationStatusResult() - Constructor for class com.amazonaws.services.opsworkscm.model.DescribeNodeAssociationStatusResult
 
describeServers(DescribeServersRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCM
 
describeServers(DescribeServersRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCM
Lists all configuration management servers that are identified with your account.
describeServers(DescribeServersRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMClient
Lists all configuration management servers that are identified with your account.
describeServersAsync(DescribeServersRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
describeServersAsync(DescribeServersRequest, AsyncHandler<DescribeServersRequest, DescribeServersResult>) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
describeServersAsync(DescribeServersRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Lists all configuration management servers that are identified with your account.
describeServersAsync(DescribeServersRequest, AsyncHandler<DescribeServersRequest, DescribeServersResult>) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Lists all configuration management servers that are identified with your account.
describeServersAsync(DescribeServersRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
describeServersAsync(DescribeServersRequest, AsyncHandler<DescribeServersRequest, DescribeServersResult>) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
DescribeServersRequest - Class in com.amazonaws.services.opsworkscm.model
 
DescribeServersRequest() - Constructor for class com.amazonaws.services.opsworkscm.model.DescribeServersRequest
 
DescribeServersResult - Class in com.amazonaws.services.opsworkscm.model
 
DescribeServersResult() - Constructor for class com.amazonaws.services.opsworkscm.model.DescribeServersResult
 
disassociateNode(DisassociateNodeRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCM
 
disassociateNode(DisassociateNodeRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCM
Disassociates a node from a Chef server, and removes the node from the Chef server's managed nodes.
disassociateNode(DisassociateNodeRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMClient
Disassociates a node from a Chef server, and removes the node from the Chef server's managed nodes.
disassociateNodeAsync(DisassociateNodeRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
disassociateNodeAsync(DisassociateNodeRequest, AsyncHandler<DisassociateNodeRequest, DisassociateNodeResult>) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
disassociateNodeAsync(DisassociateNodeRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Disassociates a node from a Chef server, and removes the node from the Chef server's managed nodes.
disassociateNodeAsync(DisassociateNodeRequest, AsyncHandler<DisassociateNodeRequest, DisassociateNodeResult>) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Disassociates a node from a Chef server, and removes the node from the Chef server's managed nodes.
disassociateNodeAsync(DisassociateNodeRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
disassociateNodeAsync(DisassociateNodeRequest, AsyncHandler<DisassociateNodeRequest, DisassociateNodeResult>) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
DisassociateNodeRequest - Class in com.amazonaws.services.opsworkscm.model
 
DisassociateNodeRequest() - Constructor for class com.amazonaws.services.opsworkscm.model.DisassociateNodeRequest
 
DisassociateNodeResult - Class in com.amazonaws.services.opsworkscm.model
 
DisassociateNodeResult() - Constructor for class com.amazonaws.services.opsworkscm.model.DisassociateNodeResult
 

E

ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCM
The region metadata service name for computing region endpoints.
EngineAttribute - Class in com.amazonaws.services.opsworkscm.model
A name and value pair that is specific to the engine of the server.
EngineAttribute() - Constructor for class com.amazonaws.services.opsworkscm.model.EngineAttribute
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.AccountAttribute
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.AssociateNodeRequest
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.AssociateNodeResult
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.Backup
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.CreateBackupRequest
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.CreateBackupResult
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerResult
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.DeleteBackupRequest
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.DeleteBackupResult
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.DeleteServerRequest
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.DeleteServerResult
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.DescribeAccountAttributesRequest
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.DescribeAccountAttributesResult
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.DescribeBackupsRequest
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.DescribeBackupsResult
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.DescribeEventsRequest
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.DescribeEventsResult
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.DescribeNodeAssociationStatusRequest
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.DescribeNodeAssociationStatusResult
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.DescribeServersRequest
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.DescribeServersResult
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.DisassociateNodeRequest
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.DisassociateNodeResult
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.EngineAttribute
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.RestoreServerRequest
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.RestoreServerResult
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.Server
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.ServerEvent
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.StartMaintenanceRequest
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.StartMaintenanceResult
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerEngineAttributesRequest
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerEngineAttributesResult
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerRequest
 
equals(Object) - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerResult
 

F

fromValue(String) - Static method in enum com.amazonaws.services.opsworkscm.model.BackupStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.opsworkscm.model.BackupType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.opsworkscm.model.MaintenanceStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.opsworkscm.model.NodeAssociationStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.opsworkscm.model.ServerStatus
Use this in place of valueOf.

G

getAssociatePublicIpAddress() - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
Associate a public IP address with a server that you are launching.
getAssociatePublicIpAddress() - Method in class com.amazonaws.services.opsworkscm.model.Server
Associate a public IP address with a server that you are launching.
getAttributeName() - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerEngineAttributesRequest
The name of the engine attribute to update.
getAttributes() - Method in class com.amazonaws.services.opsworkscm.model.DescribeAccountAttributesResult
The attributes that are currently set for the account.
getAttributeValue() - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerEngineAttributesRequest
The value to set for the attribute.
getBackup() - Method in class com.amazonaws.services.opsworkscm.model.CreateBackupResult
Backup created by request.
getBackupArn() - Method in class com.amazonaws.services.opsworkscm.model.Backup
The ARN of the backup.
getBackupId() - Method in class com.amazonaws.services.opsworkscm.model.Backup
The generated ID of the backup.
getBackupId() - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
If you specify this field, AWS OpsWorks for Chef Automate creates the server by using the backup represented by BackupId.
getBackupId() - Method in class com.amazonaws.services.opsworkscm.model.DeleteBackupRequest
The ID of the backup to delete.
getBackupId() - Method in class com.amazonaws.services.opsworkscm.model.DescribeBackupsRequest
Describes a single backup.
getBackupId() - Method in class com.amazonaws.services.opsworkscm.model.RestoreServerRequest
The ID of the backup that you want to use to restore a server.
getBackupRetentionCount() - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The number of automated backups that you want to keep.
getBackupRetentionCount() - Method in class com.amazonaws.services.opsworkscm.model.Server
The number of automated backups to keep.
getBackupRetentionCount() - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerRequest
Sets the number of automated backups that you want to keep.
getBackups() - Method in class com.amazonaws.services.opsworkscm.model.DescribeBackupsResult
Contains the response to a DescribeBackups request.
getBackupType() - Method in class com.amazonaws.services.opsworkscm.model.Backup
The backup type.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCM
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCM
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getCloudFormationStackArn() - Method in class com.amazonaws.services.opsworkscm.model.Server
The ARN of the CloudFormation stack that was used to create the server.
getCreatedAt() - Method in class com.amazonaws.services.opsworkscm.model.Backup
The time stamp when the backup was created in the database.
getCreatedAt() - Method in class com.amazonaws.services.opsworkscm.model.Server
Time stamp of server creation.
getCreatedAt() - Method in class com.amazonaws.services.opsworkscm.model.ServerEvent
The time when the event occurred.
getDescription() - Method in class com.amazonaws.services.opsworkscm.model.Backup
A user-provided description for a manual backup.
getDescription() - Method in class com.amazonaws.services.opsworkscm.model.CreateBackupRequest
A user-defined description of the backup.
getDisableAutomatedBackup() - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
Enable or disable scheduled backups.
getDisableAutomatedBackup() - Method in class com.amazonaws.services.opsworkscm.model.Server
Disables automated backups.
getDisableAutomatedBackup() - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerRequest
Setting DisableAutomatedBackup to true disables automated or scheduled backups.
getEndpoint() - Method in class com.amazonaws.services.opsworkscm.model.Server
A DNS name that can be used to access the engine.
getEngine() - Method in class com.amazonaws.services.opsworkscm.model.Backup
The engine type that is obtained from the server when the backup is created.
getEngine() - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The configuration management engine to use.
getEngine() - Method in class com.amazonaws.services.opsworkscm.model.Server
The engine type of the server.
getEngineAttributes() - Method in class com.amazonaws.services.opsworkscm.model.AssociateNodeRequest
Engine attributes used for associating the node.
getEngineAttributes() - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
Optional engine attributes on a specified server.
getEngineAttributes() - Method in class com.amazonaws.services.opsworkscm.model.DisassociateNodeRequest
Engine attributes used for disassociating the node.
getEngineAttributes() - Method in class com.amazonaws.services.opsworkscm.model.Server
The response of a createServer() request returns the master credential to access the server in EngineAttributes.
getEngineModel() - Method in class com.amazonaws.services.opsworkscm.model.Backup
The engine model that is obtained from the server when the backup is created.
getEngineModel() - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The engine model, or option.
getEngineModel() - Method in class com.amazonaws.services.opsworkscm.model.Server
The engine model of the server.
getEngineVersion() - Method in class com.amazonaws.services.opsworkscm.model.Backup
The engine version that is obtained from the server when the backup is created.
getEngineVersion() - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The major release version of the engine that you want to use.
getEngineVersion() - Method in class com.amazonaws.services.opsworkscm.model.Server
The engine version of the server.
getExecutorService() - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
Returns the executor service used by this client to execute async requests.
getInstanceProfileArn() - Method in class com.amazonaws.services.opsworkscm.model.Backup
The EC2 instance profile ARN that is obtained from the server when the backup is created.
getInstanceProfileArn() - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The ARN of the instance profile that your Amazon EC2 instances use.
getInstanceProfileArn() - Method in class com.amazonaws.services.opsworkscm.model.Server
The instance profile ARN of the server.
getInstanceType() - Method in class com.amazonaws.services.opsworkscm.model.Backup
The instance type that is obtained from the server when the backup is created.
getInstanceType() - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The Amazon EC2 instance type to use.
getInstanceType() - Method in class com.amazonaws.services.opsworkscm.model.RestoreServerRequest
The type of the instance to create.
getInstanceType() - Method in class com.amazonaws.services.opsworkscm.model.Server
The instance type for the server, as specified in the CloudFormation stack.
getKeyPair() - Method in class com.amazonaws.services.opsworkscm.model.Backup
The key pair that is obtained from the server when the backup is created.
getKeyPair() - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The Amazon EC2 key pair to set for the instance.
getKeyPair() - Method in class com.amazonaws.services.opsworkscm.model.RestoreServerRequest
The name of the key pair to set on the new EC2 instance.
getKeyPair() - Method in class com.amazonaws.services.opsworkscm.model.Server
The key pair associated with the server.
getLogUrl() - Method in class com.amazonaws.services.opsworkscm.model.ServerEvent
The Amazon S3 URL of the event's log file.
getMaintenanceStatus() - Method in class com.amazonaws.services.opsworkscm.model.Server
The status of the most recent server maintenance run.
getMaximum() - Method in class com.amazonaws.services.opsworkscm.model.AccountAttribute
The maximum allowed value.
getMaxResults() - Method in class com.amazonaws.services.opsworkscm.model.DescribeBackupsRequest
To receive a paginated response, use this parameter to specify the maximum number of results to be returned with a single call.
getMaxResults() - Method in class com.amazonaws.services.opsworkscm.model.DescribeEventsRequest
To receive a paginated response, use this parameter to specify the maximum number of results to be returned with a single call.
getMaxResults() - Method in class com.amazonaws.services.opsworkscm.model.DescribeServersRequest
To receive a paginated response, use this parameter to specify the maximum number of results to be returned with a single call.
getMessage() - Method in class com.amazonaws.services.opsworkscm.model.ServerEvent
A human-readable informational or status message.
getName() - Method in class com.amazonaws.services.opsworkscm.model.AccountAttribute
The attribute name.
getName() - Method in class com.amazonaws.services.opsworkscm.model.EngineAttribute
The name of the engine attribute.
getNextToken() - Method in class com.amazonaws.services.opsworkscm.model.DescribeBackupsRequest
NextToken is a string that is returned in some command responses.
getNextToken() - Method in class com.amazonaws.services.opsworkscm.model.DescribeBackupsResult
NextToken is a string that is returned in some command responses.
getNextToken() - Method in class com.amazonaws.services.opsworkscm.model.DescribeEventsRequest
NextToken is a string that is returned in some command responses.
getNextToken() - Method in class com.amazonaws.services.opsworkscm.model.DescribeEventsResult
NextToken is a string that is returned in some command responses.
getNextToken() - Method in class com.amazonaws.services.opsworkscm.model.DescribeServersRequest
NextToken is a string that is returned in some command responses.
getNextToken() - Method in class com.amazonaws.services.opsworkscm.model.DescribeServersResult
NextToken is a string that is returned in some command responses.
getNodeAssociationStatus() - Method in class com.amazonaws.services.opsworkscm.model.DescribeNodeAssociationStatusResult
The status of the association or disassociation request.
getNodeAssociationStatusToken() - Method in class com.amazonaws.services.opsworkscm.model.AssociateNodeResult
Contains a token which can be passed to the DescribeNodeAssociationStatus API call to get the status of the association request.
getNodeAssociationStatusToken() - Method in class com.amazonaws.services.opsworkscm.model.DescribeNodeAssociationStatusRequest
 
getNodeAssociationStatusToken() - Method in class com.amazonaws.services.opsworkscm.model.DisassociateNodeResult
Contains a token which can be passed to the DescribeNodeAssociationStatus API call to get the status of the disassociation request.
getNodeName() - Method in class com.amazonaws.services.opsworkscm.model.AssociateNodeRequest
The name of the Chef client node.
getNodeName() - Method in class com.amazonaws.services.opsworkscm.model.DisassociateNodeRequest
The name of the Chef client node.
getPreferredBackupWindow() - Method in class com.amazonaws.services.opsworkscm.model.Backup
The preferred backup period that is obtained from the server when the backup is created.
getPreferredBackupWindow() - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The start time for a one-hour period during which AWS OpsWorks for Chef Automate backs up application-level data on your server if automated backups are enabled.
getPreferredBackupWindow() - Method in class com.amazonaws.services.opsworkscm.model.Server
The preferred backup period specified for the server.
getPreferredBackupWindow() - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerRequest
 
getPreferredMaintenanceWindow() - Method in class com.amazonaws.services.opsworkscm.model.Backup
The preferred maintenance period that is obtained from the server when the backup is created.
getPreferredMaintenanceWindow() - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The start time for a one-hour period each week during which AWS OpsWorks for Chef Automate performs maintenance on the instance.
getPreferredMaintenanceWindow() - Method in class com.amazonaws.services.opsworkscm.model.Server
The preferred maintenance period specified for the server.
getPreferredMaintenanceWindow() - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerRequest
 
getS3DataSize() - Method in class com.amazonaws.services.opsworkscm.model.Backup
Deprecated.
getS3DataUrl() - Method in class com.amazonaws.services.opsworkscm.model.Backup
Deprecated.
getS3LogUrl() - Method in class com.amazonaws.services.opsworkscm.model.Backup
The Amazon S3 URL of the backup's log file.
getSecurityGroupIds() - Method in class com.amazonaws.services.opsworkscm.model.Backup
The security group IDs that are obtained from the server when the backup is created.
getSecurityGroupIds() - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
A list of security group IDs to attach to the Amazon EC2 instance.
getSecurityGroupIds() - Method in class com.amazonaws.services.opsworkscm.model.Server
The security group IDs for the server, as specified in the CloudFormation stack.
getServer() - Method in class com.amazonaws.services.opsworkscm.model.CreateServerResult
The server that is created by the request.
getServer() - Method in class com.amazonaws.services.opsworkscm.model.StartMaintenanceResult
Contains the response to a StartMaintenance request.
getServer() - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerEngineAttributesResult
Contains the response to an UpdateServerEngineAttributes request.
getServer() - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerResult
Contains the response to a UpdateServer request.
getServerArn() - Method in class com.amazonaws.services.opsworkscm.model.Server
The ARN of the server.
getServerEvents() - Method in class com.amazonaws.services.opsworkscm.model.DescribeEventsResult
Contains the response to a DescribeEvents request.
getServerName() - Method in class com.amazonaws.services.opsworkscm.model.AssociateNodeRequest
The name of the server with which to associate the node.
getServerName() - Method in class com.amazonaws.services.opsworkscm.model.Backup
The name of the server from which the backup was made.
getServerName() - Method in class com.amazonaws.services.opsworkscm.model.CreateBackupRequest
The name of the server that you want to back up.
getServerName() - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The name of the server.
getServerName() - Method in class com.amazonaws.services.opsworkscm.model.DeleteServerRequest
The ID of the server to delete.
getServerName() - Method in class com.amazonaws.services.opsworkscm.model.DescribeBackupsRequest
Returns backups for the server with the specified ServerName.
getServerName() - Method in class com.amazonaws.services.opsworkscm.model.DescribeEventsRequest
The name of the server for which you want to view events.
getServerName() - Method in class com.amazonaws.services.opsworkscm.model.DescribeNodeAssociationStatusRequest
The name of the server from which to disassociate the node.
getServerName() - Method in class com.amazonaws.services.opsworkscm.model.DescribeServersRequest
Describes the server with the specified ServerName.
getServerName() - Method in class com.amazonaws.services.opsworkscm.model.DisassociateNodeRequest
The name of the server from which to disassociate the node.
getServerName() - Method in class com.amazonaws.services.opsworkscm.model.RestoreServerRequest
The name of the server that you want to restore.
getServerName() - Method in class com.amazonaws.services.opsworkscm.model.Server
The name of the server.
getServerName() - Method in class com.amazonaws.services.opsworkscm.model.ServerEvent
The name of the server on or for which the event occurred.
getServerName() - Method in class com.amazonaws.services.opsworkscm.model.StartMaintenanceRequest
The name of the server on which to run maintenance.
getServerName() - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerEngineAttributesRequest
The name of the server to update.
getServerName() - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerRequest
The name of the server to update.
getServers() - Method in class com.amazonaws.services.opsworkscm.model.DescribeServersResult
Contains the response to a DescribeServers request.
getServiceRoleArn() - Method in class com.amazonaws.services.opsworkscm.model.Backup
The service role ARN that is obtained from the server when the backup is created.
getServiceRoleArn() - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The service role that the AWS OpsWorks for Chef Automate service backend uses to work with your account.
getServiceRoleArn() - Method in class com.amazonaws.services.opsworkscm.model.Server
The service role ARN used to create the server.
getStatus() - Method in class com.amazonaws.services.opsworkscm.model.Backup
The status of a backup while in progress.
getStatus() - Method in class com.amazonaws.services.opsworkscm.model.Server
The server's status.
getStatusDescription() - Method in class com.amazonaws.services.opsworkscm.model.Backup
An informational message about backup status.
getStatusReason() - Method in class com.amazonaws.services.opsworkscm.model.Server
Depending on the server status, this field has either a human-readable message (such as a create or backup error), or an escaped block of JSON (used for health check results).
getSubnetIds() - Method in class com.amazonaws.services.opsworkscm.model.Backup
The subnet IDs that are obtained from the server when the backup is created.
getSubnetIds() - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The IDs of subnets in which to launch the server EC2 instance.
getSubnetIds() - Method in class com.amazonaws.services.opsworkscm.model.Server
The subnet IDs specified in a CreateServer request.
getToolsVersion() - Method in class com.amazonaws.services.opsworkscm.model.Backup
The version of AWS OpsWorks for Chef Automate-specific tools that is obtained from the server when the backup is created.
getUsed() - Method in class com.amazonaws.services.opsworkscm.model.AccountAttribute
The current usage, such as the current number of servers that are associated with the account.
getUserArn() - Method in class com.amazonaws.services.opsworkscm.model.Backup
The IAM user ARN of the requester for manual backups.
getValue() - Method in class com.amazonaws.services.opsworkscm.model.EngineAttribute
The value of the engine attribute.

H

hashCode() - Method in class com.amazonaws.services.opsworkscm.model.AccountAttribute
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.AssociateNodeRequest
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.AssociateNodeResult
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.Backup
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.CreateBackupRequest
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.CreateBackupResult
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.CreateServerResult
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.DeleteBackupRequest
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.DeleteBackupResult
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.DeleteServerRequest
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.DeleteServerResult
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.DescribeAccountAttributesRequest
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.DescribeAccountAttributesResult
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.DescribeBackupsRequest
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.DescribeBackupsResult
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.DescribeEventsRequest
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.DescribeEventsResult
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.DescribeNodeAssociationStatusRequest
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.DescribeNodeAssociationStatusResult
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.DescribeServersRequest
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.DescribeServersResult
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.DisassociateNodeRequest
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.DisassociateNodeResult
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.EngineAttribute
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.RestoreServerRequest
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.RestoreServerResult
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.Server
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.ServerEvent
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.StartMaintenanceRequest
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.StartMaintenanceResult
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerEngineAttributesRequest
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerEngineAttributesResult
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerRequest
 
hashCode() - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerResult
 

I

InvalidNextTokenException - Exception in com.amazonaws.services.opsworkscm.model
This occurs when the provided nextToken is not valid.
InvalidNextTokenException(String) - Constructor for exception com.amazonaws.services.opsworkscm.model.InvalidNextTokenException
Constructs a new InvalidNextTokenException with the specified error message.
InvalidStateException - Exception in com.amazonaws.services.opsworkscm.model
The resource is in a state that does not allow you to perform a specified action.
InvalidStateException(String) - Constructor for exception com.amazonaws.services.opsworkscm.model.InvalidStateException
Constructs a new InvalidStateException with the specified error message.
isAssociatePublicIpAddress() - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
Associate a public IP address with a server that you are launching.
isAssociatePublicIpAddress() - Method in class com.amazonaws.services.opsworkscm.model.Server
Associate a public IP address with a server that you are launching.
isDisableAutomatedBackup() - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
Enable or disable scheduled backups.
isDisableAutomatedBackup() - Method in class com.amazonaws.services.opsworkscm.model.Server
Disables automated backups.
isDisableAutomatedBackup() - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerRequest
Setting DisableAutomatedBackup to true disables automated or scheduled backups.

L

LimitExceededException - Exception in com.amazonaws.services.opsworkscm.model
The limit of servers or backups has been reached.
LimitExceededException(String) - Constructor for exception com.amazonaws.services.opsworkscm.model.LimitExceededException
Constructs a new LimitExceededException with the specified error message.

M

MaintenanceStatus - Enum in com.amazonaws.services.opsworkscm.model
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.opsworkscm.model.AccountAttribute
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.opsworkscm.model.Backup
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.opsworkscm.model.EngineAttribute
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.opsworkscm.model.Server
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.opsworkscm.model.ServerEvent
 

N

NodeAssociationStatus - Enum in com.amazonaws.services.opsworkscm.model
The status of the association or disassociation request.

R

ResourceAlreadyExistsException - Exception in com.amazonaws.services.opsworkscm.model
The requested resource cannot be created because it already exists.
ResourceAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.opsworkscm.model.ResourceAlreadyExistsException
Constructs a new ResourceAlreadyExistsException with the specified error message.
ResourceNotFoundException - Exception in com.amazonaws.services.opsworkscm.model
The requested resource does not exist, or access was denied.
ResourceNotFoundException(String) - Constructor for exception com.amazonaws.services.opsworkscm.model.ResourceNotFoundException
Constructs a new ResourceNotFoundException with the specified error message.
restoreServer(RestoreServerRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCM
 
restoreServer(RestoreServerRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCM
Restores a backup to a server that is in a CONNECTION_LOST, HEALTHY, RUNNING, UNHEALTHY, or TERMINATED state.
restoreServer(RestoreServerRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMClient
Restores a backup to a server that is in a CONNECTION_LOST, HEALTHY, RUNNING, UNHEALTHY, or TERMINATED state.
restoreServerAsync(RestoreServerRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
restoreServerAsync(RestoreServerRequest, AsyncHandler<RestoreServerRequest, RestoreServerResult>) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
restoreServerAsync(RestoreServerRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Restores a backup to a server that is in a CONNECTION_LOST, HEALTHY, RUNNING, UNHEALTHY, or TERMINATED state.
restoreServerAsync(RestoreServerRequest, AsyncHandler<RestoreServerRequest, RestoreServerResult>) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Restores a backup to a server that is in a CONNECTION_LOST, HEALTHY, RUNNING, UNHEALTHY, or TERMINATED state.
restoreServerAsync(RestoreServerRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
restoreServerAsync(RestoreServerRequest, AsyncHandler<RestoreServerRequest, RestoreServerResult>) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
RestoreServerRequest - Class in com.amazonaws.services.opsworkscm.model
 
RestoreServerRequest() - Constructor for class com.amazonaws.services.opsworkscm.model.RestoreServerRequest
 
RestoreServerResult - Class in com.amazonaws.services.opsworkscm.model
 
RestoreServerResult() - Constructor for class com.amazonaws.services.opsworkscm.model.RestoreServerResult
 

S

Server - Class in com.amazonaws.services.opsworkscm.model
Describes a configuration management server.
Server() - Constructor for class com.amazonaws.services.opsworkscm.model.Server
 
ServerEvent - Class in com.amazonaws.services.opsworkscm.model
An event that is related to the server, such as the start of maintenance or backup.
ServerEvent() - Constructor for class com.amazonaws.services.opsworkscm.model.ServerEvent
 
ServerStatus - Enum in com.amazonaws.services.opsworkscm.model
 
setAssociatePublicIpAddress(Boolean) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
Associate a public IP address with a server that you are launching.
setAssociatePublicIpAddress(Boolean) - Method in class com.amazonaws.services.opsworkscm.model.Server
Associate a public IP address with a server that you are launching.
setAttributeName(String) - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerEngineAttributesRequest
The name of the engine attribute to update.
setAttributes(Collection<AccountAttribute>) - Method in class com.amazonaws.services.opsworkscm.model.DescribeAccountAttributesResult
The attributes that are currently set for the account.
setAttributeValue(String) - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerEngineAttributesRequest
The value to set for the attribute.
setBackup(Backup) - Method in class com.amazonaws.services.opsworkscm.model.CreateBackupResult
Backup created by request.
setBackupArn(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The ARN of the backup.
setBackupId(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The generated ID of the backup.
setBackupId(String) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
If you specify this field, AWS OpsWorks for Chef Automate creates the server by using the backup represented by BackupId.
setBackupId(String) - Method in class com.amazonaws.services.opsworkscm.model.DeleteBackupRequest
The ID of the backup to delete.
setBackupId(String) - Method in class com.amazonaws.services.opsworkscm.model.DescribeBackupsRequest
Describes a single backup.
setBackupId(String) - Method in class com.amazonaws.services.opsworkscm.model.RestoreServerRequest
The ID of the backup that you want to use to restore a server.
setBackupRetentionCount(Integer) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The number of automated backups that you want to keep.
setBackupRetentionCount(Integer) - Method in class com.amazonaws.services.opsworkscm.model.Server
The number of automated backups to keep.
setBackupRetentionCount(Integer) - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerRequest
Sets the number of automated backups that you want to keep.
setBackups(Collection<Backup>) - Method in class com.amazonaws.services.opsworkscm.model.DescribeBackupsResult
Contains the response to a DescribeBackups request.
setBackupType(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The backup type.
setBackupType(BackupType) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The backup type.
setCloudFormationStackArn(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
The ARN of the CloudFormation stack that was used to create the server.
setCreatedAt(Date) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The time stamp when the backup was created in the database.
setCreatedAt(Date) - Method in class com.amazonaws.services.opsworkscm.model.Server
Time stamp of server creation.
setCreatedAt(Date) - Method in class com.amazonaws.services.opsworkscm.model.ServerEvent
The time when the event occurred.
setDescription(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
A user-provided description for a manual backup.
setDescription(String) - Method in class com.amazonaws.services.opsworkscm.model.CreateBackupRequest
A user-defined description of the backup.
setDisableAutomatedBackup(Boolean) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
Enable or disable scheduled backups.
setDisableAutomatedBackup(Boolean) - Method in class com.amazonaws.services.opsworkscm.model.Server
Disables automated backups.
setDisableAutomatedBackup(Boolean) - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerRequest
Setting DisableAutomatedBackup to true disables automated or scheduled backups.
setEndpoint(String) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCM
 
setEndpoint(String) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCM
Deprecated.
use AwsClientBuilder#setEndpointConfiguration(AwsClientBuilder.EndpointConfiguration) for example: builder.setEndpointConfiguration(new EndpointConfiguration(endpoint, signingRegion));
setEndpoint(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
A DNS name that can be used to access the engine.
setEngine(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The engine type that is obtained from the server when the backup is created.
setEngine(String) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The configuration management engine to use.
setEngine(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
The engine type of the server.
setEngineAttributes(Collection<EngineAttribute>) - Method in class com.amazonaws.services.opsworkscm.model.AssociateNodeRequest
Engine attributes used for associating the node.
setEngineAttributes(Collection<EngineAttribute>) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
Optional engine attributes on a specified server.
setEngineAttributes(Collection<EngineAttribute>) - Method in class com.amazonaws.services.opsworkscm.model.DisassociateNodeRequest
Engine attributes used for disassociating the node.
setEngineAttributes(Collection<EngineAttribute>) - Method in class com.amazonaws.services.opsworkscm.model.Server
The response of a createServer() request returns the master credential to access the server in EngineAttributes.
setEngineModel(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The engine model that is obtained from the server when the backup is created.
setEngineModel(String) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The engine model, or option.
setEngineModel(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
The engine model of the server.
setEngineVersion(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The engine version that is obtained from the server when the backup is created.
setEngineVersion(String) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The major release version of the engine that you want to use.
setEngineVersion(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
The engine version of the server.
setInstanceProfileArn(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The EC2 instance profile ARN that is obtained from the server when the backup is created.
setInstanceProfileArn(String) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The ARN of the instance profile that your Amazon EC2 instances use.
setInstanceProfileArn(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
The instance profile ARN of the server.
setInstanceType(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The instance type that is obtained from the server when the backup is created.
setInstanceType(String) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The Amazon EC2 instance type to use.
setInstanceType(String) - Method in class com.amazonaws.services.opsworkscm.model.RestoreServerRequest
The type of the instance to create.
setInstanceType(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
The instance type for the server, as specified in the CloudFormation stack.
setKeyPair(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The key pair that is obtained from the server when the backup is created.
setKeyPair(String) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The Amazon EC2 key pair to set for the instance.
setKeyPair(String) - Method in class com.amazonaws.services.opsworkscm.model.RestoreServerRequest
The name of the key pair to set on the new EC2 instance.
setKeyPair(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
The key pair associated with the server.
setLogUrl(String) - Method in class com.amazonaws.services.opsworkscm.model.ServerEvent
The Amazon S3 URL of the event's log file.
setMaintenanceStatus(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
The status of the most recent server maintenance run.
setMaintenanceStatus(MaintenanceStatus) - Method in class com.amazonaws.services.opsworkscm.model.Server
The status of the most recent server maintenance run.
setMaximum(Integer) - Method in class com.amazonaws.services.opsworkscm.model.AccountAttribute
The maximum allowed value.
setMaxResults(Integer) - Method in class com.amazonaws.services.opsworkscm.model.DescribeBackupsRequest
To receive a paginated response, use this parameter to specify the maximum number of results to be returned with a single call.
setMaxResults(Integer) - Method in class com.amazonaws.services.opsworkscm.model.DescribeEventsRequest
To receive a paginated response, use this parameter to specify the maximum number of results to be returned with a single call.
setMaxResults(Integer) - Method in class com.amazonaws.services.opsworkscm.model.DescribeServersRequest
To receive a paginated response, use this parameter to specify the maximum number of results to be returned with a single call.
setMessage(String) - Method in class com.amazonaws.services.opsworkscm.model.ServerEvent
A human-readable informational or status message.
setName(String) - Method in class com.amazonaws.services.opsworkscm.model.AccountAttribute
The attribute name.
setName(String) - Method in class com.amazonaws.services.opsworkscm.model.EngineAttribute
The name of the engine attribute.
setNextToken(String) - Method in class com.amazonaws.services.opsworkscm.model.DescribeBackupsRequest
NextToken is a string that is returned in some command responses.
setNextToken(String) - Method in class com.amazonaws.services.opsworkscm.model.DescribeBackupsResult
NextToken is a string that is returned in some command responses.
setNextToken(String) - Method in class com.amazonaws.services.opsworkscm.model.DescribeEventsRequest
NextToken is a string that is returned in some command responses.
setNextToken(String) - Method in class com.amazonaws.services.opsworkscm.model.DescribeEventsResult
NextToken is a string that is returned in some command responses.
setNextToken(String) - Method in class com.amazonaws.services.opsworkscm.model.DescribeServersRequest
NextToken is a string that is returned in some command responses.
setNextToken(String) - Method in class com.amazonaws.services.opsworkscm.model.DescribeServersResult
NextToken is a string that is returned in some command responses.
setNodeAssociationStatus(String) - Method in class com.amazonaws.services.opsworkscm.model.DescribeNodeAssociationStatusResult
The status of the association or disassociation request.
setNodeAssociationStatus(NodeAssociationStatus) - Method in class com.amazonaws.services.opsworkscm.model.DescribeNodeAssociationStatusResult
The status of the association or disassociation request.
setNodeAssociationStatusToken(String) - Method in class com.amazonaws.services.opsworkscm.model.AssociateNodeResult
Contains a token which can be passed to the DescribeNodeAssociationStatus API call to get the status of the association request.
setNodeAssociationStatusToken(String) - Method in class com.amazonaws.services.opsworkscm.model.DescribeNodeAssociationStatusRequest
 
setNodeAssociationStatusToken(String) - Method in class com.amazonaws.services.opsworkscm.model.DisassociateNodeResult
Contains a token which can be passed to the DescribeNodeAssociationStatus API call to get the status of the disassociation request.
setNodeName(String) - Method in class com.amazonaws.services.opsworkscm.model.AssociateNodeRequest
The name of the Chef client node.
setNodeName(String) - Method in class com.amazonaws.services.opsworkscm.model.DisassociateNodeRequest
The name of the Chef client node.
setPreferredBackupWindow(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The preferred backup period that is obtained from the server when the backup is created.
setPreferredBackupWindow(String) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The start time for a one-hour period during which AWS OpsWorks for Chef Automate backs up application-level data on your server if automated backups are enabled.
setPreferredBackupWindow(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
The preferred backup period specified for the server.
setPreferredBackupWindow(String) - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerRequest
 
setPreferredMaintenanceWindow(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The preferred maintenance period that is obtained from the server when the backup is created.
setPreferredMaintenanceWindow(String) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The start time for a one-hour period each week during which AWS OpsWorks for Chef Automate performs maintenance on the instance.
setPreferredMaintenanceWindow(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
The preferred maintenance period specified for the server.
setPreferredMaintenanceWindow(String) - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerRequest
 
setRegion(Region) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCM
 
setRegion(Region) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCM
Deprecated.
use AwsClientBuilder#setRegion(String)
setS3DataSize(Integer) - Method in class com.amazonaws.services.opsworkscm.model.Backup
Deprecated.
setS3DataUrl(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
Deprecated.
setS3LogUrl(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The Amazon S3 URL of the backup's log file.
setSecurityGroupIds(Collection<String>) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The security group IDs that are obtained from the server when the backup is created.
setSecurityGroupIds(Collection<String>) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
A list of security group IDs to attach to the Amazon EC2 instance.
setSecurityGroupIds(Collection<String>) - Method in class com.amazonaws.services.opsworkscm.model.Server
The security group IDs for the server, as specified in the CloudFormation stack.
setServer(Server) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerResult
The server that is created by the request.
setServer(Server) - Method in class com.amazonaws.services.opsworkscm.model.StartMaintenanceResult
Contains the response to a StartMaintenance request.
setServer(Server) - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerEngineAttributesResult
Contains the response to an UpdateServerEngineAttributes request.
setServer(Server) - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerResult
Contains the response to a UpdateServer request.
setServerArn(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
The ARN of the server.
setServerEvents(Collection<ServerEvent>) - Method in class com.amazonaws.services.opsworkscm.model.DescribeEventsResult
Contains the response to a DescribeEvents request.
setServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.AssociateNodeRequest
The name of the server with which to associate the node.
setServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The name of the server from which the backup was made.
setServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.CreateBackupRequest
The name of the server that you want to back up.
setServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The name of the server.
setServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.DeleteServerRequest
The ID of the server to delete.
setServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.DescribeBackupsRequest
Returns backups for the server with the specified ServerName.
setServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.DescribeEventsRequest
The name of the server for which you want to view events.
setServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.DescribeNodeAssociationStatusRequest
The name of the server from which to disassociate the node.
setServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.DescribeServersRequest
Describes the server with the specified ServerName.
setServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.DisassociateNodeRequest
The name of the server from which to disassociate the node.
setServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.RestoreServerRequest
The name of the server that you want to restore.
setServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
The name of the server.
setServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.ServerEvent
The name of the server on or for which the event occurred.
setServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.StartMaintenanceRequest
The name of the server on which to run maintenance.
setServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerEngineAttributesRequest
The name of the server to update.
setServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerRequest
The name of the server to update.
setServers(Collection<Server>) - Method in class com.amazonaws.services.opsworkscm.model.DescribeServersResult
Contains the response to a DescribeServers request.
setServiceRoleArn(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The service role ARN that is obtained from the server when the backup is created.
setServiceRoleArn(String) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The service role that the AWS OpsWorks for Chef Automate service backend uses to work with your account.
setServiceRoleArn(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
The service role ARN used to create the server.
setStatus(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The status of a backup while in progress.
setStatus(BackupStatus) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The status of a backup while in progress.
setStatus(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
The server's status.
setStatus(ServerStatus) - Method in class com.amazonaws.services.opsworkscm.model.Server
The server's status.
setStatusDescription(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
An informational message about backup status.
setStatusReason(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
Depending on the server status, this field has either a human-readable message (such as a create or backup error), or an escaped block of JSON (used for health check results).
setSubnetIds(Collection<String>) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The subnet IDs that are obtained from the server when the backup is created.
setSubnetIds(Collection<String>) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The IDs of subnets in which to launch the server EC2 instance.
setSubnetIds(Collection<String>) - Method in class com.amazonaws.services.opsworkscm.model.Server
The subnet IDs specified in a CreateServer request.
setToolsVersion(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The version of AWS OpsWorks for Chef Automate-specific tools that is obtained from the server when the backup is created.
setUsed(Integer) - Method in class com.amazonaws.services.opsworkscm.model.AccountAttribute
The current usage, such as the current number of servers that are associated with the account.
setUserArn(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The IAM user ARN of the requester for manual backups.
setValue(String) - Method in class com.amazonaws.services.opsworkscm.model.EngineAttribute
The value of the engine attribute.
shutdown() - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCM
 
shutdown() - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCM
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
Shuts down the client, releasing all managed resources.
standard() - Static method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMClientBuilder
 
startMaintenance(StartMaintenanceRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCM
 
startMaintenance(StartMaintenanceRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCM
Manually starts server maintenance.
startMaintenance(StartMaintenanceRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMClient
Manually starts server maintenance.
startMaintenanceAsync(StartMaintenanceRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
startMaintenanceAsync(StartMaintenanceRequest, AsyncHandler<StartMaintenanceRequest, StartMaintenanceResult>) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
startMaintenanceAsync(StartMaintenanceRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Manually starts server maintenance.
startMaintenanceAsync(StartMaintenanceRequest, AsyncHandler<StartMaintenanceRequest, StartMaintenanceResult>) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Manually starts server maintenance.
startMaintenanceAsync(StartMaintenanceRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
startMaintenanceAsync(StartMaintenanceRequest, AsyncHandler<StartMaintenanceRequest, StartMaintenanceResult>) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
StartMaintenanceRequest - Class in com.amazonaws.services.opsworkscm.model
 
StartMaintenanceRequest() - Constructor for class com.amazonaws.services.opsworkscm.model.StartMaintenanceRequest
 
StartMaintenanceResult - Class in com.amazonaws.services.opsworkscm.model
 
StartMaintenanceResult() - Constructor for class com.amazonaws.services.opsworkscm.model.StartMaintenanceResult
 

T

toString() - Method in class com.amazonaws.services.opsworkscm.model.AccountAttribute
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.AssociateNodeRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.AssociateNodeResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.Backup
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.opsworkscm.model.BackupStatus
 
toString() - Method in enum com.amazonaws.services.opsworkscm.model.BackupType
 
toString() - Method in class com.amazonaws.services.opsworkscm.model.CreateBackupRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.CreateBackupResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.CreateServerResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.DeleteBackupRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.DeleteBackupResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.DeleteServerRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.DeleteServerResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.DescribeAccountAttributesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.DescribeAccountAttributesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.DescribeBackupsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.DescribeBackupsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.DescribeEventsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.DescribeEventsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.DescribeNodeAssociationStatusRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.DescribeNodeAssociationStatusResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.DescribeServersRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.DescribeServersResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.DisassociateNodeRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.DisassociateNodeResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.EngineAttribute
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.opsworkscm.model.MaintenanceStatus
 
toString() - Method in enum com.amazonaws.services.opsworkscm.model.NodeAssociationStatus
 
toString() - Method in class com.amazonaws.services.opsworkscm.model.RestoreServerRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.RestoreServerResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.Server
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.ServerEvent
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.opsworkscm.model.ServerStatus
 
toString() - Method in class com.amazonaws.services.opsworkscm.model.StartMaintenanceRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.StartMaintenanceResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerEngineAttributesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerEngineAttributesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerResult
Returns a string representation of this object; useful for testing and debugging.

U

updateServer(UpdateServerRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCM
 
updateServer(UpdateServerRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCM
Updates settings for a server.
updateServer(UpdateServerRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMClient
Updates settings for a server.
updateServerAsync(UpdateServerRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
updateServerAsync(UpdateServerRequest, AsyncHandler<UpdateServerRequest, UpdateServerResult>) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
updateServerAsync(UpdateServerRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Updates settings for a server.
updateServerAsync(UpdateServerRequest, AsyncHandler<UpdateServerRequest, UpdateServerResult>) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Updates settings for a server.
updateServerAsync(UpdateServerRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
updateServerAsync(UpdateServerRequest, AsyncHandler<UpdateServerRequest, UpdateServerResult>) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
updateServerEngineAttributes(UpdateServerEngineAttributesRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCM
 
updateServerEngineAttributes(UpdateServerEngineAttributesRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCM
Updates engine-specific attributes on a specified server.
updateServerEngineAttributes(UpdateServerEngineAttributesRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMClient
Updates engine-specific attributes on a specified server.
updateServerEngineAttributesAsync(UpdateServerEngineAttributesRequest) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
updateServerEngineAttributesAsync(UpdateServerEngineAttributesRequest, AsyncHandler<UpdateServerEngineAttributesRequest, UpdateServerEngineAttributesResult>) - Method in class com.amazonaws.services.opsworkscm.AbstractAWSOpsWorksCMAsync
 
updateServerEngineAttributesAsync(UpdateServerEngineAttributesRequest) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Updates engine-specific attributes on a specified server.
updateServerEngineAttributesAsync(UpdateServerEngineAttributesRequest, AsyncHandler<UpdateServerEngineAttributesRequest, UpdateServerEngineAttributesResult>) - Method in interface com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsync
Updates engine-specific attributes on a specified server.
updateServerEngineAttributesAsync(UpdateServerEngineAttributesRequest) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
updateServerEngineAttributesAsync(UpdateServerEngineAttributesRequest, AsyncHandler<UpdateServerEngineAttributesRequest, UpdateServerEngineAttributesResult>) - Method in class com.amazonaws.services.opsworkscm.AWSOpsWorksCMAsyncClient
 
UpdateServerEngineAttributesRequest - Class in com.amazonaws.services.opsworkscm.model
 
UpdateServerEngineAttributesRequest() - Constructor for class com.amazonaws.services.opsworkscm.model.UpdateServerEngineAttributesRequest
 
UpdateServerEngineAttributesResult - Class in com.amazonaws.services.opsworkscm.model
 
UpdateServerEngineAttributesResult() - Constructor for class com.amazonaws.services.opsworkscm.model.UpdateServerEngineAttributesResult
 
UpdateServerRequest - Class in com.amazonaws.services.opsworkscm.model
 
UpdateServerRequest() - Constructor for class com.amazonaws.services.opsworkscm.model.UpdateServerRequest
 
UpdateServerResult - Class in com.amazonaws.services.opsworkscm.model
 
UpdateServerResult() - Constructor for class com.amazonaws.services.opsworkscm.model.UpdateServerResult
 

V

ValidationException - Exception in com.amazonaws.services.opsworkscm.model
One or more of the provided request parameters are not valid.
ValidationException(String) - Constructor for exception com.amazonaws.services.opsworkscm.model.ValidationException
Constructs a new ValidationException with the specified error message.
valueOf(String) - Static method in enum com.amazonaws.services.opsworkscm.model.BackupStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.opsworkscm.model.BackupType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.opsworkscm.model.MaintenanceStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.opsworkscm.model.NodeAssociationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.opsworkscm.model.ServerStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.services.opsworkscm.model.BackupStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.opsworkscm.model.BackupType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.opsworkscm.model.MaintenanceStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.opsworkscm.model.NodeAssociationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.opsworkscm.model.ServerStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAssociatePublicIpAddress(Boolean) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
Associate a public IP address with a server that you are launching.
withAssociatePublicIpAddress(Boolean) - Method in class com.amazonaws.services.opsworkscm.model.Server
Associate a public IP address with a server that you are launching.
withAttributeName(String) - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerEngineAttributesRequest
The name of the engine attribute to update.
withAttributes(AccountAttribute...) - Method in class com.amazonaws.services.opsworkscm.model.DescribeAccountAttributesResult
The attributes that are currently set for the account.
withAttributes(Collection<AccountAttribute>) - Method in class com.amazonaws.services.opsworkscm.model.DescribeAccountAttributesResult
The attributes that are currently set for the account.
withAttributeValue(String) - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerEngineAttributesRequest
The value to set for the attribute.
withBackup(Backup) - Method in class com.amazonaws.services.opsworkscm.model.CreateBackupResult
Backup created by request.
withBackupArn(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The ARN of the backup.
withBackupId(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The generated ID of the backup.
withBackupId(String) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
If you specify this field, AWS OpsWorks for Chef Automate creates the server by using the backup represented by BackupId.
withBackupId(String) - Method in class com.amazonaws.services.opsworkscm.model.DeleteBackupRequest
The ID of the backup to delete.
withBackupId(String) - Method in class com.amazonaws.services.opsworkscm.model.DescribeBackupsRequest
Describes a single backup.
withBackupId(String) - Method in class com.amazonaws.services.opsworkscm.model.RestoreServerRequest
The ID of the backup that you want to use to restore a server.
withBackupRetentionCount(Integer) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The number of automated backups that you want to keep.
withBackupRetentionCount(Integer) - Method in class com.amazonaws.services.opsworkscm.model.Server
The number of automated backups to keep.
withBackupRetentionCount(Integer) - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerRequest
Sets the number of automated backups that you want to keep.
withBackups(Backup...) - Method in class com.amazonaws.services.opsworkscm.model.DescribeBackupsResult
Contains the response to a DescribeBackups request.
withBackups(Collection<Backup>) - Method in class com.amazonaws.services.opsworkscm.model.DescribeBackupsResult
Contains the response to a DescribeBackups request.
withBackupType(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The backup type.
withBackupType(BackupType) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The backup type.
withCloudFormationStackArn(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
The ARN of the CloudFormation stack that was used to create the server.
withCreatedAt(Date) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The time stamp when the backup was created in the database.
withCreatedAt(Date) - Method in class com.amazonaws.services.opsworkscm.model.Server
Time stamp of server creation.
withCreatedAt(Date) - Method in class com.amazonaws.services.opsworkscm.model.ServerEvent
The time when the event occurred.
withDescription(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
A user-provided description for a manual backup.
withDescription(String) - Method in class com.amazonaws.services.opsworkscm.model.CreateBackupRequest
A user-defined description of the backup.
withDisableAutomatedBackup(Boolean) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
Enable or disable scheduled backups.
withDisableAutomatedBackup(Boolean) - Method in class com.amazonaws.services.opsworkscm.model.Server
Disables automated backups.
withDisableAutomatedBackup(Boolean) - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerRequest
Setting DisableAutomatedBackup to true disables automated or scheduled backups.
withEndpoint(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
A DNS name that can be used to access the engine.
withEngine(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The engine type that is obtained from the server when the backup is created.
withEngine(String) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The configuration management engine to use.
withEngine(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
The engine type of the server.
withEngineAttributes(EngineAttribute...) - Method in class com.amazonaws.services.opsworkscm.model.AssociateNodeRequest
Engine attributes used for associating the node.
withEngineAttributes(Collection<EngineAttribute>) - Method in class com.amazonaws.services.opsworkscm.model.AssociateNodeRequest
Engine attributes used for associating the node.
withEngineAttributes(EngineAttribute...) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
Optional engine attributes on a specified server.
withEngineAttributes(Collection<EngineAttribute>) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
Optional engine attributes on a specified server.
withEngineAttributes(EngineAttribute...) - Method in class com.amazonaws.services.opsworkscm.model.DisassociateNodeRequest
Engine attributes used for disassociating the node.
withEngineAttributes(Collection<EngineAttribute>) - Method in class com.amazonaws.services.opsworkscm.model.DisassociateNodeRequest
Engine attributes used for disassociating the node.
withEngineAttributes(EngineAttribute...) - Method in class com.amazonaws.services.opsworkscm.model.Server
The response of a createServer() request returns the master credential to access the server in EngineAttributes.
withEngineAttributes(Collection<EngineAttribute>) - Method in class com.amazonaws.services.opsworkscm.model.Server
The response of a createServer() request returns the master credential to access the server in EngineAttributes.
withEngineModel(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The engine model that is obtained from the server when the backup is created.
withEngineModel(String) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The engine model, or option.
withEngineModel(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
The engine model of the server.
withEngineVersion(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The engine version that is obtained from the server when the backup is created.
withEngineVersion(String) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The major release version of the engine that you want to use.
withEngineVersion(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
The engine version of the server.
withInstanceProfileArn(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The EC2 instance profile ARN that is obtained from the server when the backup is created.
withInstanceProfileArn(String) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The ARN of the instance profile that your Amazon EC2 instances use.
withInstanceProfileArn(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
The instance profile ARN of the server.
withInstanceType(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The instance type that is obtained from the server when the backup is created.
withInstanceType(String) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The Amazon EC2 instance type to use.
withInstanceType(String) - Method in class com.amazonaws.services.opsworkscm.model.RestoreServerRequest
The type of the instance to create.
withInstanceType(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
The instance type for the server, as specified in the CloudFormation stack.
withKeyPair(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The key pair that is obtained from the server when the backup is created.
withKeyPair(String) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The Amazon EC2 key pair to set for the instance.
withKeyPair(String) - Method in class com.amazonaws.services.opsworkscm.model.RestoreServerRequest
The name of the key pair to set on the new EC2 instance.
withKeyPair(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
The key pair associated with the server.
withLogUrl(String) - Method in class com.amazonaws.services.opsworkscm.model.ServerEvent
The Amazon S3 URL of the event's log file.
withMaintenanceStatus(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
The status of the most recent server maintenance run.
withMaintenanceStatus(MaintenanceStatus) - Method in class com.amazonaws.services.opsworkscm.model.Server
The status of the most recent server maintenance run.
withMaximum(Integer) - Method in class com.amazonaws.services.opsworkscm.model.AccountAttribute
The maximum allowed value.
withMaxResults(Integer) - Method in class com.amazonaws.services.opsworkscm.model.DescribeBackupsRequest
To receive a paginated response, use this parameter to specify the maximum number of results to be returned with a single call.
withMaxResults(Integer) - Method in class com.amazonaws.services.opsworkscm.model.DescribeEventsRequest
To receive a paginated response, use this parameter to specify the maximum number of results to be returned with a single call.
withMaxResults(Integer) - Method in class com.amazonaws.services.opsworkscm.model.DescribeServersRequest
To receive a paginated response, use this parameter to specify the maximum number of results to be returned with a single call.
withMessage(String) - Method in class com.amazonaws.services.opsworkscm.model.ServerEvent
A human-readable informational or status message.
withName(String) - Method in class com.amazonaws.services.opsworkscm.model.AccountAttribute
The attribute name.
withName(String) - Method in class com.amazonaws.services.opsworkscm.model.EngineAttribute
The name of the engine attribute.
withNextToken(String) - Method in class com.amazonaws.services.opsworkscm.model.DescribeBackupsRequest
NextToken is a string that is returned in some command responses.
withNextToken(String) - Method in class com.amazonaws.services.opsworkscm.model.DescribeBackupsResult
NextToken is a string that is returned in some command responses.
withNextToken(String) - Method in class com.amazonaws.services.opsworkscm.model.DescribeEventsRequest
NextToken is a string that is returned in some command responses.
withNextToken(String) - Method in class com.amazonaws.services.opsworkscm.model.DescribeEventsResult
NextToken is a string that is returned in some command responses.
withNextToken(String) - Method in class com.amazonaws.services.opsworkscm.model.DescribeServersRequest
NextToken is a string that is returned in some command responses.
withNextToken(String) - Method in class com.amazonaws.services.opsworkscm.model.DescribeServersResult
NextToken is a string that is returned in some command responses.
withNodeAssociationStatus(String) - Method in class com.amazonaws.services.opsworkscm.model.DescribeNodeAssociationStatusResult
The status of the association or disassociation request.
withNodeAssociationStatus(NodeAssociationStatus) - Method in class com.amazonaws.services.opsworkscm.model.DescribeNodeAssociationStatusResult
The status of the association or disassociation request.
withNodeAssociationStatusToken(String) - Method in class com.amazonaws.services.opsworkscm.model.AssociateNodeResult
Contains a token which can be passed to the DescribeNodeAssociationStatus API call to get the status of the association request.
withNodeAssociationStatusToken(String) - Method in class com.amazonaws.services.opsworkscm.model.DescribeNodeAssociationStatusRequest
 
withNodeAssociationStatusToken(String) - Method in class com.amazonaws.services.opsworkscm.model.DisassociateNodeResult
Contains a token which can be passed to the DescribeNodeAssociationStatus API call to get the status of the disassociation request.
withNodeName(String) - Method in class com.amazonaws.services.opsworkscm.model.AssociateNodeRequest
The name of the Chef client node.
withNodeName(String) - Method in class com.amazonaws.services.opsworkscm.model.DisassociateNodeRequest
The name of the Chef client node.
withPreferredBackupWindow(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The preferred backup period that is obtained from the server when the backup is created.
withPreferredBackupWindow(String) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The start time for a one-hour period during which AWS OpsWorks for Chef Automate backs up application-level data on your server if automated backups are enabled.
withPreferredBackupWindow(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
The preferred backup period specified for the server.
withPreferredBackupWindow(String) - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerRequest
 
withPreferredMaintenanceWindow(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The preferred maintenance period that is obtained from the server when the backup is created.
withPreferredMaintenanceWindow(String) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The start time for a one-hour period each week during which AWS OpsWorks for Chef Automate performs maintenance on the instance.
withPreferredMaintenanceWindow(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
The preferred maintenance period specified for the server.
withPreferredMaintenanceWindow(String) - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerRequest
 
withS3DataSize(Integer) - Method in class com.amazonaws.services.opsworkscm.model.Backup
Deprecated.
withS3DataUrl(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
Deprecated.
withS3LogUrl(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The Amazon S3 URL of the backup's log file.
withSecurityGroupIds(String...) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The security group IDs that are obtained from the server when the backup is created.
withSecurityGroupIds(Collection<String>) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The security group IDs that are obtained from the server when the backup is created.
withSecurityGroupIds(String...) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
A list of security group IDs to attach to the Amazon EC2 instance.
withSecurityGroupIds(Collection<String>) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
A list of security group IDs to attach to the Amazon EC2 instance.
withSecurityGroupIds(String...) - Method in class com.amazonaws.services.opsworkscm.model.Server
The security group IDs for the server, as specified in the CloudFormation stack.
withSecurityGroupIds(Collection<String>) - Method in class com.amazonaws.services.opsworkscm.model.Server
The security group IDs for the server, as specified in the CloudFormation stack.
withServer(Server) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerResult
The server that is created by the request.
withServer(Server) - Method in class com.amazonaws.services.opsworkscm.model.StartMaintenanceResult
Contains the response to a StartMaintenance request.
withServer(Server) - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerEngineAttributesResult
Contains the response to an UpdateServerEngineAttributes request.
withServer(Server) - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerResult
Contains the response to a UpdateServer request.
withServerArn(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
The ARN of the server.
withServerEvents(ServerEvent...) - Method in class com.amazonaws.services.opsworkscm.model.DescribeEventsResult
Contains the response to a DescribeEvents request.
withServerEvents(Collection<ServerEvent>) - Method in class com.amazonaws.services.opsworkscm.model.DescribeEventsResult
Contains the response to a DescribeEvents request.
withServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.AssociateNodeRequest
The name of the server with which to associate the node.
withServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The name of the server from which the backup was made.
withServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.CreateBackupRequest
The name of the server that you want to back up.
withServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The name of the server.
withServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.DeleteServerRequest
The ID of the server to delete.
withServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.DescribeBackupsRequest
Returns backups for the server with the specified ServerName.
withServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.DescribeEventsRequest
The name of the server for which you want to view events.
withServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.DescribeNodeAssociationStatusRequest
The name of the server from which to disassociate the node.
withServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.DescribeServersRequest
Describes the server with the specified ServerName.
withServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.DisassociateNodeRequest
The name of the server from which to disassociate the node.
withServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.RestoreServerRequest
The name of the server that you want to restore.
withServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
The name of the server.
withServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.ServerEvent
The name of the server on or for which the event occurred.
withServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.StartMaintenanceRequest
The name of the server on which to run maintenance.
withServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerEngineAttributesRequest
The name of the server to update.
withServerName(String) - Method in class com.amazonaws.services.opsworkscm.model.UpdateServerRequest
The name of the server to update.
withServers(Server...) - Method in class com.amazonaws.services.opsworkscm.model.DescribeServersResult
Contains the response to a DescribeServers request.
withServers(Collection<Server>) - Method in class com.amazonaws.services.opsworkscm.model.DescribeServersResult
Contains the response to a DescribeServers request.
withServiceRoleArn(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The service role ARN that is obtained from the server when the backup is created.
withServiceRoleArn(String) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The service role that the AWS OpsWorks for Chef Automate service backend uses to work with your account.
withServiceRoleArn(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
The service role ARN used to create the server.
withStatus(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The status of a backup while in progress.
withStatus(BackupStatus) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The status of a backup while in progress.
withStatus(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
The server's status.
withStatus(ServerStatus) - Method in class com.amazonaws.services.opsworkscm.model.Server
The server's status.
withStatusDescription(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
An informational message about backup status.
withStatusReason(String) - Method in class com.amazonaws.services.opsworkscm.model.Server
Depending on the server status, this field has either a human-readable message (such as a create or backup error), or an escaped block of JSON (used for health check results).
withSubnetIds(String...) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The subnet IDs that are obtained from the server when the backup is created.
withSubnetIds(Collection<String>) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The subnet IDs that are obtained from the server when the backup is created.
withSubnetIds(String...) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The IDs of subnets in which to launch the server EC2 instance.
withSubnetIds(Collection<String>) - Method in class com.amazonaws.services.opsworkscm.model.CreateServerRequest
The IDs of subnets in which to launch the server EC2 instance.
withSubnetIds(String...) - Method in class com.amazonaws.services.opsworkscm.model.Server
The subnet IDs specified in a CreateServer request.
withSubnetIds(Collection<String>) - Method in class com.amazonaws.services.opsworkscm.model.Server
The subnet IDs specified in a CreateServer request.
withToolsVersion(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The version of AWS OpsWorks for Chef Automate-specific tools that is obtained from the server when the backup is created.
withUsed(Integer) - Method in class com.amazonaws.services.opsworkscm.model.AccountAttribute
The current usage, such as the current number of servers that are associated with the account.
withUserArn(String) - Method in class com.amazonaws.services.opsworkscm.model.Backup
The IAM user ARN of the requester for manual backups.
withValue(String) - Method in class com.amazonaws.services.opsworkscm.model.EngineAttribute
The value of the engine attribute.
A B C D E F G H I L M N R S T U V W 
Skip navigation links

Copyright © 2017. All rights reserved.