Uses of Interface
software.amazon.awssdk.services.networkflowmonitor.model.UpdateScopeResponse.Builder
-
Packages that use UpdateScopeResponse.Builder Package Description software.amazon.awssdk.services.networkflowmonitor.model -
-
Uses of UpdateScopeResponse.Builder in software.amazon.awssdk.services.networkflowmonitor.model
Methods in software.amazon.awssdk.services.networkflowmonitor.model that return UpdateScopeResponse.Builder Modifier and Type Method Description static UpdateScopeResponse.BuilderUpdateScopeResponse. builder()UpdateScopeResponse.BuilderUpdateScopeResponse.Builder. scopeArn(String scopeArn)The Amazon Resource Name (ARN) of the scope.UpdateScopeResponse.BuilderUpdateScopeResponse.Builder. scopeId(String scopeId)The identifier for the scope that includes the resources you want to get data results for.UpdateScopeResponse.BuilderUpdateScopeResponse.Builder. status(String status)The status for a call to update a scope.UpdateScopeResponse.BuilderUpdateScopeResponse.Builder. status(ScopeStatus status)The status for a call to update a scope.UpdateScopeResponse.BuilderUpdateScopeResponse.Builder. tags(Map<String,String> tags)The tags for a scope.UpdateScopeResponse.BuilderUpdateScopeResponse. toBuilder()Methods in software.amazon.awssdk.services.networkflowmonitor.model that return types with arguments of type UpdateScopeResponse.Builder Modifier and Type Method Description static Class<? extends UpdateScopeResponse.Builder>UpdateScopeResponse. serializableBuilderClass()
-