| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
BackendAPIResourceConfig |
BackendAPIResourceConfig.clone() |
BackendAPIResourceConfig |
GetBackendAPIResult.getResourceConfig()
The resource configuration for this response object.
|
BackendAPIResourceConfig |
CreateBackendAPIRequest.getResourceConfig()
The resource configuration for this request.
|
BackendAPIResourceConfig |
DeleteBackendAPIRequest.getResourceConfig()
Defines the resource configuration for the data model in your Amplify project.
|
BackendAPIResourceConfig |
GetBackendAPIRequest.getResourceConfig()
Defines the resource configuration for the data model in your Amplify project.
|
BackendAPIResourceConfig |
UpdateBackendAPIRequest.getResourceConfig()
Defines the resource configuration for the data model in your Amplify project.
|
BackendAPIResourceConfig |
BackendAPIResourceConfig.withAdditionalAuthTypes(BackendAPIAuthType... additionalAuthTypes)
Additional authentication methods used to interact with your data models.
|
BackendAPIResourceConfig |
BackendAPIResourceConfig.withAdditionalAuthTypes(Collection<BackendAPIAuthType> additionalAuthTypes)
Additional authentication methods used to interact with your data models.
|
BackendAPIResourceConfig |
BackendAPIResourceConfig.withApiName(String apiName)
The API name used to interact with the data model, configured as a part of your Amplify project.
|
BackendAPIResourceConfig |
BackendAPIResourceConfig.withConflictResolution(BackendAPIConflictResolution conflictResolution)
The conflict resolution strategy for your data stored in the data models.
|
BackendAPIResourceConfig |
BackendAPIResourceConfig.withDefaultAuthType(BackendAPIAuthType defaultAuthType)
The default authentication type for interacting with the configured data models in your Amplify project.
|
BackendAPIResourceConfig |
BackendAPIResourceConfig.withService(String service)
The service used to provision and interact with the data model.
|
BackendAPIResourceConfig |
BackendAPIResourceConfig.withTransformSchema(String transformSchema)
The definition of the data model in the annotated transform of the GraphQL schema.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetBackendAPIResult.setResourceConfig(BackendAPIResourceConfig resourceConfig)
The resource configuration for this response object.
|
void |
CreateBackendAPIRequest.setResourceConfig(BackendAPIResourceConfig resourceConfig)
The resource configuration for this request.
|
void |
DeleteBackendAPIRequest.setResourceConfig(BackendAPIResourceConfig resourceConfig)
Defines the resource configuration for the data model in your Amplify project.
|
void |
GetBackendAPIRequest.setResourceConfig(BackendAPIResourceConfig resourceConfig)
Defines the resource configuration for the data model in your Amplify project.
|
void |
UpdateBackendAPIRequest.setResourceConfig(BackendAPIResourceConfig resourceConfig)
Defines the resource configuration for the data model in your Amplify project.
|
GetBackendAPIResult |
GetBackendAPIResult.withResourceConfig(BackendAPIResourceConfig resourceConfig)
The resource configuration for this response object.
|
CreateBackendAPIRequest |
CreateBackendAPIRequest.withResourceConfig(BackendAPIResourceConfig resourceConfig)
The resource configuration for this request.
|
DeleteBackendAPIRequest |
DeleteBackendAPIRequest.withResourceConfig(BackendAPIResourceConfig resourceConfig)
Defines the resource configuration for the data model in your Amplify project.
|
GetBackendAPIRequest |
GetBackendAPIRequest.withResourceConfig(BackendAPIResourceConfig resourceConfig)
Defines the resource configuration for the data model in your Amplify project.
|
UpdateBackendAPIRequest |
UpdateBackendAPIRequest.withResourceConfig(BackendAPIResourceConfig resourceConfig)
Defines the resource configuration for the data model in your Amplify project.
|
Copyright © 2021. All rights reserved.